mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 02:01:30 +08:00
feat(trigger): add trigger config
This commit is contained in:
@@ -119,12 +119,7 @@ const viteConfig: UserConfig = {
|
||||
},
|
||||
// The package will be recompiled using rollup, and the new package compiled into the esm module specification will be put into node_modules/.vite_opt_cache
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'echarts/map/js/china',
|
||||
'ant-design-vue/es/locale/zh_CN',
|
||||
'@ant-design/icons-vue',
|
||||
'moment/locale/zh-cn',
|
||||
],
|
||||
include: ['echarts/map/js/china', 'ant-design-vue/es/locale/zh_CN', '@ant-design/icons-vue'],
|
||||
},
|
||||
|
||||
// Local cross-domain proxy
|
||||
|
Reference in New Issue
Block a user