chore: update optimize

This commit is contained in:
xingyuv
2023-02-14 14:27:46 +08:00
parent 2b605bd212
commit 2ec6978400
4 changed files with 29 additions and 16 deletions

View File

@ -16,10 +16,12 @@ const include = [
'crypto-js',
'cropperjs',
'lodash-es',
'vxe-table',
'nprogress',
'animate.css',
'vxe-table',
'vxe-table/es/style',
'vxe-table/lib/locale/lang/zh-CN',
'vxe-table/lib/locale/lang/en-US',
'web-storage-cache',
'@iconify/iconify',
'@vueuse/core',
@ -61,7 +63,11 @@ const include = [
'element-plus/es/components/menu/style/index',
'element-plus/es/components/sub-menu/style/index',
'element-plus/es/components/menu-item/style/index',
'element-plus/es/components/option/style/index'
'element-plus/es/components/option/style/index',
'element-plus/es/components/dropdown/style/index',
'element-plus/es/components/dropdown-menu/style/index',
'element-plus/es/components/dropdown-item/style/index',
'element-plus/es/components/skeleton/style/index'
]
const exclude = ['@iconify/json']