-
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
Found an unhandled loader in the developement webpack config: .../node_modules/style-loader/index.js #51
Comments
Related issue on this thread: #30 CRA 3.3.0 - webpack unknown rule |
@cosydney - I also experienced a similar issue today. Can you confirm what your NodeJS NODE_ENV variable is? When I set mine to production, I saw this error, but when I set it back to development, the issue disappeared. You should be able to see this by typing node in the command prompt which will open the node shell and then type process.env.NODE_ENV. |
@sadsa Thank you it's exactly what happened, I changed my NODE_ENV variable and this cause that issue ! |
Any update to this issue please? |
On the latest version of react-scripts, craco and craco-less, it seems like production builds are silently failing to compile less files. Running with Running The same exact behavior is also happening when I tried downgrading to: |
Thanks, @sadsa! I've been struggling since yesterday, but just by setting |
Hey,
I get a upgrade craco-less error but even though I updgrade it doesn't change anything. It is weird because it was working yesterday and I have not made any major changes since yesterday it just started throwing this error.
I'm using latest version of craco and craco-less:
Thanks
The text was updated successfully, but these errors were encountered: