mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-01-30 00:05:29 +08:00
add css.extract:false
This commit is contained in:
@@ -54,7 +54,10 @@ module.exports = (api, options, rootOptions) => {
|
||||
},
|
||||
vue: {
|
||||
baseUrl: '/',
|
||||
assetsDir: 'static'
|
||||
assetsDir: 'static',
|
||||
css: {
|
||||
extract: false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user