timarney/react-app-rewired
Override create-react-app webpack configs without ejecting
13 Releases
Latest: 4y ago
2.2.1v2.2.1Latest
https://github.com/timarney/react-app-rewired/pull/606 Add /config folder to package.json files array
2.2.0v2.2.0
📋 Changes
- Removes the rewiring-related duplicated code fragments and move them to separate files
- Adds the folder config/webpack.config.js, config/webpackDevServer.config.js and config/paths.config.js files that export the rewired configuration
- Premature removal of the --config-overrides CLI argument
2.1.11v2.1.11
fix: Override paths in memory also in "test" mode https://github.com/timarney/react-app-rewired/pull/571
v2.1.10
Resolve and load dependent module paths in react-scripts https://github.com/timarney/react-app-rewired/pull/530
2.1.9v2.1.9
https://github.com/timarney/react-app-rewired/pull/589
2.1.8
fix: support `false` values in jest config override https://github.com/timarney/react-app-rewired/pull/498
2.1.7
📋 Changes
- Added check if overridden value is primitive value like number or boolean
- Fix using new jsx transform in tests
2.1.6
Fixes path config order https://github.com/timarney/react-app-rewired/pull/456
Version 22.0
📋 Changes
- Breaking updates to support CRA v2.1.2 see #346 thanks @tiffon
- Removes utility rewire helpers
Iterate rule `loader` in addition to `use` and `oneOf` when possible1.5.2
Updates to support WebStorm Test Runner 1.4.1
Fixes issue https://github.com/timarney/react-app-rewired/issues/182
1.4.0
Fixed devserver vs devServer
Initial Release0.0.3
