-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update to Webpack 5 #461
Comments
It seems this is a little premature -- probably it's best to wait until create-react-app supports webpack 5, and then duplicate whatever it does. My WIP is here - main...djmitche:issue461 - but I'm not necessarily suggesting that be used when this gets picked up again. |
(I don't know how to tell what version of webpack CRA-created projects will depend on, without just running it..) |
CRA is still at Webpack 4. |
CRA is still at Webpack 4. Tracking issue - facebook/create-react-app#9994 |
..and then upgrade things that depend on Webpack 5, such as sass-loader (#460).
The text was updated successfully, but these errors were encountered: