-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Get forked react-scripts changes to take effect immediately #7843
Comments
We don't support forks of |
but at least I hoped contributors would help me as a contributor and future contributors, so I asked the question here. would you restart the server every time you make a change in the webpack configuration? that's a very time-consuming feedback loop! |
That has not much to do with |
the issue you point out is for Webpack v2, create-react-app uses Webpack v4 and it already supports watch mode and dev-servers. also, I found out there is dev server config in the CRA. but no explanation what so ever. so, is there any use for this file? I mean when do you |
The request was made at the time version 2 was the most recent version, but the last comment stated they are planning to support it: webpack/webpack-cli#15 (comment).
If they are related to webpack, yes. |
I have forked CRA, made some alternations to Webpack config and
yarn link
it to a project. after starting the projectyarn start
and then making some changes again to the configs, it doesn't take effect immediately. I have to stop the project and runyarn start
again and again, I really need this for debugging purpose and I'm looking for it for a week now, supposedly there was a workaround that doesn't seem to match the current version of react-scripts. no any other information I could find in the docs or CONTRIBUTING.md.any workarounds??
ver: [email protected]
The text was updated successfully, but these errors were encountered: