-
-
Notifications
You must be signed in to change notification settings - Fork 200
Missing Vue.js style loader then using dev-server with HMR #575
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
Manually replacing loader seems to solve problem
|
Maybe #3 will help you |
Oh it's ongoing topic, as I see there is option to disable |
You should be fine by simply calling The |
Sorry for delayed response, calling disableCssExtraction() works. Seems the |
I noticed that then Vue.js loader is enabled and dev-server is started using
--hot
the configuration still returnsmini-css-extract-plugin
loader in sass and css rules.In Vue.js guide they use
vue-style-loader
instead ofmini-css-extract-plugin
then not inproduction
environmentThe text was updated successfully, but these errors were encountered: