add css.extract:false

This commit is contained in:
fxy060608 2018-11-18 19:10:47 +08:00
parent 3218e32a7b
commit 3283cbb196

View File

@ -54,7 +54,10 @@ module.exports = (api, options, rootOptions) => {
},
vue: {
baseUrl: '/',
assetsDir: 'static'
assetsDir: 'static',
css: {
extract: false
}
}
})