parent
0b48bbdc15
commit
0c368fac03
|
@ -63,7 +63,7 @@
|
|||
"sortablejs": "^1.15.0",
|
||||
"tinymce": "^6.6.2",
|
||||
"vditor": "^3.9.5",
|
||||
"vue": "^3.3.4",
|
||||
"vue": "3.3.11",
|
||||
"vue-cropper": "^0.6.2",
|
||||
"vue-cropperjs": "^5.0.0",
|
||||
"vue-i18n": "9.2.2",
|
||||
|
|
|
@ -89,8 +89,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
|||
'codemirror-vendor': ['codemirror'],
|
||||
//'emoji-mart-vue-fast': ['emoji-mart-vue-fast'],
|
||||
'jeecg-online-vendor': ['@jeecg/online'],
|
||||
// 将 Lodash 库的代码单独打包
|
||||
'lodash-es-vendor': ['lodash-es'],
|
||||
// vue vue-router合并打包
|
||||
vue: ['vue', 'vue-router'],
|
||||
'cron-parser-vendor': ['cron-parser'],
|
||||
|
|
Loading…
Reference in New Issue