mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-26 15:00:12 +08:00
add css.extract:false
This commit is contained in:
parent
3218e32a7b
commit
3283cbb196
@ -54,7 +54,10 @@ module.exports = (api, options, rootOptions) => {
|
|||||||
},
|
},
|
||||||
vue: {
|
vue: {
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
assetsDir: 'static'
|
assetsDir: 'static',
|
||||||
|
css: {
|
||||||
|
extract: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user