Package Exports
- react-app-rewired/bin
- react-app-rewired/bin/index
- react-app-rewired/config/paths
- react-app-rewired/scripts/build
- react-app-rewired/scripts/start
- react-app-rewired/scripts/test
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-app-rewired) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-app-rewired
Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts.
All the benefits of create-react-app without the limitations of "no config". You can add plugins, loaders whatever you need.
All you have to do is create your app using create-react-app and then rewire it https://github.com/timarney/react-app-rewired.