-
Notifications
You must be signed in to change notification settings - Fork 68
compatible the css-loader of new version #49
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
Comments
I have some problem When I use webpack to build a project by vue SFC.I use ['vue-style-loader','css-loader'] to handle The .css and They are The latest version.The code in and <script> works good and render correctly But The code in <style> doesn' t work.and it seems The vue-style-loader doesn't work.Is that what's causing the problem?Thank YOU. |
yes,you can ust style-loader or set the option esModule to false of css-loader |
@8bitBelief - agree, but why aren't you merging in #47 to get rid of this problem once and for all? (I assume you have merge rights since you can close issues?) |
I don't think he's a core member. Issue authors can close their own issues. Best we can do is ping Vue/Evan on the PR or Twitter. |
Ah, my bad! |
the css-loader of new version use esModule default,but vue-style-loader not recognized.we should set esModule false of css-loader to use it.so,hope to update vue-style-loader
The text was updated successfully, but these errors were encountered: