26 lines
566 B
TypeScript
26 lines
566 B
TypeScript
const include = [
|
|
'axios',
|
|
'echarts',
|
|
'lodash-es',
|
|
'resize-detector',
|
|
'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',
|
|
]
|
|
|
|
const exclude = [
|
|
'@iconify-json/carbon',
|
|
]
|
|
|
|
export { include, exclude }
|