E
E
egyptForce2018-07-10 15:05:43
Vue.js
egyptForce, 2018-07-10 15:05:43

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 question

Ask a Question

731 491 924 answers to any question