-
Notifications
You must be signed in to change notification settings - Fork 69
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
webpack misconfiguration: webpack or the upstream loader did not supply a source-map #233
Comments
Here is my craco configuration
And here is the file arise the issue,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I use CRA5.0.1 and craco7.1.0 to build my project. There is a file in the node_modules folder of my project, the path looks like /xxx/dist/PopConfirm/style/index.less. Here's what content in the file
then, when I run my project, I get a warning
I'm not sure if the issue comes from resolve-url-loader or webpack5, can you help check? thanks~
The text was updated successfully, but these errors were encountered: