|
@@ -146,21 +146,11 @@ const vueConfig = {
|
|
|
priority: -10,
|
|
|
},
|
|
|
// UI¿âµ¥¶À²ð°ü
|
|
|
- elementUI: {
|
|
|
+ antDesignVue: {
|
|
|
name: 'chunk-antDesignVue',
|
|
|
priority: 20, // the weight needs to be larger than libs and app or it will be packaged into libs or app
|
|
|
test: /[\\/]node_modules[\\/]_?ant-design-vue(.*)/
|
|
|
},
|
|
|
- videoJs: {
|
|
|
- name: 'chunk-videoJs',
|
|
|
- priority: 20, // the weight needs to be larger than libs and app or it will be packaged into libs or app
|
|
|
- test: /[\\/]node_modules[\\/]_?video(.*)/
|
|
|
- },
|
|
|
- vScroll: {
|
|
|
- name: 'chunk-vuescroll',
|
|
|
- priority: 20, // the weight needs to be larger than libs and app or it will be packaged into libs or app
|
|
|
- test: /[\\/]node_modules[\\/]_?vuescroll(.*)/
|
|
|
- },
|
|
|
// ¹²ÏíÄ£¿é
|
|
|
common: {
|
|
|
name: 'chunk-common',
|