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
[v3] Support sass-loader v8 #4662
Conversation
@sodatea This has created a new bug in v 3.12 when adding vuetify plugin using vue add vetify
Using newer version (^8.0.0), but this may cause build errors. |
It's a friendly warning but not a bug. The |
i am having this error in when i added vuetify Failed to compile. ./node_modules/vuetify/src/styles/components/_selection-controls.sass (./node_modules/css-loader??ref--9-oneOf-3-1!./node_modules/postcss-loader/src??ref--9-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!./node_modules/vuetify/src/styles/components/_selection-controls.sass)
|
Well, seems vuetify plugin hasn't support sass-loader 8 yet. Then downgrade the dependency in your package.json to |
@sodatea thanks the problem is in vuetify plugin that doesn't support sass loader. |
The warning on the loader version was removed to avoid frustrations.
Users could postpone the sass-loader upgrade until they decide to move to Vue CLI v4.
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information: