React App Rewired Versions Save

Override create-react-app webpack configs without ejecting

v2.2.1

2 years ago

https://github.com/timarney/react-app-rewired/pull/606 Add /config folder to package.json files array

v2.2.0

2 years ago

https://github.com/timarney/react-app-rewired/pull/593

  • 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

https://github.com/timarney/react-app-rewired/pull/595

  • Premature removal of the --config-overrides CLI argument

v2.1.11

2 years ago

fix: Override paths in memory also in "test" mode https://github.com/timarney/react-app-rewired/pull/571

v2.1.10

2 years ago

Resolve and load dependent module paths in react-scripts

https://github.com/timarney/react-app-rewired/pull/530

2.1.8

3 years ago

fix: support false values in jest config override https://github.com/timarney/react-app-rewired/pull/498

2.1.7

3 years ago

2.1.6

3 years ago

2.0

5 years ago
  • Breaking updates to support CRA v2.1.2 see #346 thanks @tiffon
  • Removes utility rewire helpers

1.5.2

6 years ago