Answer the question
In order to leave comments, you need to log in
css settings in vue-cli?
How to make css in dist folder uncompressed in vue-cli?
The following options have no effect:
//vue.config.js
module.exports = {
css: {
loaderOptions: {
sass: {
outputStyle: 'expanded'
},
css: {
minimize: false
}
}
},
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question