-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for react-scripts 3.4.0 (webpack 4.41.5) #33
Comments
Hello Patrick. |
Moving webpack as a dev dependency was done after the 1.15.0 release, no? npm still shows webpack 4.41.2 as a regular dependency
The issue I'm encountering is in the CRA preflight check (complains about detecting webpack 4.41.2 ) |
The commit is not included in 1.15.0 release, my bad. You have two temporary workarounds while waiting for a new release:
And Sorry for the inconvenience! |
Yeah, fortunately there are easy workarounds; just thought I'd give a heads-up. No worries at all, thanks for the work you do here! 👍 |
craco-less 1.16.0 has been released and should fix the cra preflight check warning. |
Hi ! Did anyone had this solved ? The weird thing is: the first build worked, but when I rebuild it, it's not working anymore :/ Here's my
|
The latest npm release of craco-less (1.15.0) is not compatible with the current version of CRA (3.4.0)
react-script now requires webpack 4.41.5
The text was updated successfully, but these errors were encountered: