forked from webpack-contrib/style-loader
-
Notifications
You must be signed in to change notification settings - Fork 68
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
css-loader 5.x.x support? #50
Comments
just set value of attribute "esModule" to false in css-loader's options. |
Useful! 👍
|
I think that the best is to not use obsolete |
Pro-test effectivewebpack.config.js:
package.json:
|
Fixed in 4.1.3 |
chawyehsu
added a commit
to chawyehsu/saber
that referenced
this issue
Jan 20, 2025
From [1] we are told that the esModule interop was added in vue-style-loader@4.1.3. It did work well with css-loader@5. However, since we've upgraded our css-loader dependency to v6, the issue raises again and I have no idea why it happens. I think disabling `esModule` is the only workaround we can use... [1]: vuejs/vue-style-loader#50 Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vue-style-loader does not work also with css-loader 5.x.x such as with css-loader 4.x.x
The text was updated successfully, but these errors were encountered: