-
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
Error: Found an unhandled loader in the staging webpack config #48
Comments
upvote 🆙 🆙 |
It has been almost a year and still having this error. How did you solve it? I am using antd too. Please help. |
Is there any solution? i got same error
|
I get this one when trying to run in production mode:
My deps: {
"@craco/craco": "^7.1.0",
"craco-less": "^3.0.1"
} |
How to solve the error? I met the same. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just initialized
create-react-app
setup and installed ant.design which forced me to use craco and craco-less.Now when I try to run
npm start
orcraco start
it throws me this error:Versions are:
The text was updated successfully, but these errors were encountered: