mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
11 lines
113 B
JavaScript
11 lines
113 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
'@vue/app',
|
|
{
|
|
useBuiltIns: 'entry'
|
|
}
|
|
]
|
|
]
|
|
}
|