-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-app-rewired breaks w/ react-scripts 2.1.2 #343
Comments
https://github.com/arackaf/customize-cra seems to rely on this package as well |
I can resolve this issue with update source code for 2 files as below:
|
@bugzpodder |
@AndyOGo Currently also broken with CRA v2.1.2: dilanx/craco#61 |
yep, i got it in CRA V2.1.2 . is there some solutions? |
@alejandronanez simply stick to the |
oh...god. |
seems rescripts is working: |
#346 is now merged. You can test using
Next steps:
|
Just pushed 2.0.1 to npm thanks @tiffon for the PR + testing. |
Thank you so much Tim and @tiffon for quick resolution. Life saver for me ! |
react-scripts 2.1.2+ has only one webpack.config.js now (prod + dev are configs are combined into one). This breaks react-app-rewired because it looks for webpack.config.prod.js
I know this module is no longer maintained, but up to this point (react-scripts 2.1.1 or earlier) it still allows you to manually modify parts of the config without issues. Just a heads up for anymore who may ran into this issue.
The text was updated successfully, but these errors were encountered: