We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873ea1f commit 4befbabCopy full SHA for 4befbab
build/vite/optimize.ts
@@ -3,6 +3,7 @@ const include = [
3
'echarts',
4
'lodash-es',
5
'resize-detector',
6
+ 'vant/es',
7
'vant/es/cell-group/style/index',
8
'vant/es/popup/style/index',
9
'vant/es/picker/style/index',
@@ -17,6 +18,13 @@ const include = [
17
18
'vant/es/form/style/index',
19
'vant/es/field/style/index',
20
'vant/es/notify/style/index',
21
+ 'vant/es/config-provider/style/index',
22
+ 'vant/es/nav-bar/style/index',
23
+ 'vant/es/tabbar/style/index',
24
+ 'vant/es/tabbar-item/style/index',
25
+ 'unplugin-vue-router/runtime',
26
+ 'unplugin-vue-router/data-loaders',
27
+ 'unplugin-vue-router/data-loaders/basic',
28
]
29
30
const exclude = [
0 commit comments