Vue has been unsuccessful in using sass, to install dependencies. Ask the boss for help.

clipboard.png

node-sass
sass-loader
style-loader
webpack.base.conf

clipboard.png

if lang= "scss" is introduced into the style tag of home.vue on the home page, it will report an error. It is very confusing

.
Mar.14,2021

npm install node-sass --save-dev

vue-loader already has a configuration for sass-loader. Why don't you delete your configuration?

Menu