lilei 3 years ago
parent
commit
4127a286b3
1 changed files with 1 additions and 11 deletions
  1. 1 11
      vue.config.js

+ 1 - 11
vue.config.js

@@ -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',