37 lines
938 B
TypeScript
37 lines
938 B
TypeScript
const include = [
|
|
'axios',
|
|
'echarts',
|
|
'lodash-es',
|
|
'resize-detector',
|
|
'vant/es',
|
|
'vant/es/cell-group/style/index',
|
|
'vant/es/popup/style/index',
|
|
'vant/es/picker/style/index',
|
|
'vant/es/cell/style/index',
|
|
'vant/es/switch/style/index',
|
|
'vant/es/space/style/index',
|
|
'vant/es/button/style/index',
|
|
'vant/es/empty/style/index',
|
|
'vant/es/icon/style/index',
|
|
'vant/es/stepper/style/index',
|
|
'vant/es/image/style/index',
|
|
'vant/es/form/style/index',
|
|
'vant/es/field/style/index',
|
|
'vant/es/notify/style/index',
|
|
'vant/es/config-provider/style/index',
|
|
'vant/es/nav-bar/style/index',
|
|
'vant/es/tabbar/style/index',
|
|
'vant/es/tabbar-item/style/index',
|
|
'vant/es/list/style/index',
|
|
'vant/es/text-ellipsis/style/index',
|
|
'unplugin-vue-router/runtime',
|
|
'unplugin-vue-router/data-loaders',
|
|
'unplugin-vue-router/data-loaders/basic',
|
|
]
|
|
|
|
const exclude = [
|
|
'@iconify-json/carbon',
|
|
]
|
|
|
|
export { include, exclude }
|