-
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 4.x.x support? #46
Comments
I have encountered the same problem as you do. |
@huangkaiqiao for most purposes you can safely swap out I will look into what exactly is causing the problem... Edit: the problem is that
|
@foxxyz works for me. Thanks a lot. |
Confirmed, @foxxyz solution worked |
Minimal reproduction repo for reference: https://github.com/privatenumber/vue-css-loader-bug |
I was stuck on this issue for days. @foxxyz solution worked for me. |
耗费了好久时间来排查这个问题。希望更新文档 |
Thanks. It's ok to use |
… added as key in chunkPaths 2.add css-extraction for .css files. This extracts css from vue files and fixes issue caused by css-loader update mentioned here: vuejs/vue-style-loader#46 (comment)
* Revert "Revert "upgrade to node 14 and webpack 5 (#6547)"" This reverts commit 54136df. * 1. change logic of compile-static-templates to remove undefined being added as key in chunkPaths 2.add css-extraction for .css files. This extracts css from vue files and fixes issue caused by css-loader update mentioned here: vuejs/vue-style-loader#46 (comment)
* Revert "Revert "upgrade to node 14 and webpack 5 (#6547)"" This reverts commit 54136df. * 1. change logic of compile-static-templates to remove undefined being added as key in chunkPaths 2.add css-extraction for .css files. This extracts css from vue files and fixes issue caused by css-loader update mentioned here: vuejs/vue-style-loader#46 (comment)
* upgrade to node 14 and webpack 5 * 1. change logic of compile-static-templates to remove undefined being added as key in chunkPaths 2.add css-extraction for .css files. This extracts css from vue files and fixes issue caused by css-loader update mentioned here: vuejs/vue-style-loader#46 (comment)
vue-loader stopped working after upgrade css-loader to 4.x.x from 3.6.0.
i see some breaking changes documented on css-loader repo.
please fix this.
The text was updated successfully, but these errors were encountered: