|
@@ -130,7 +130,7 @@ const vueConfig = {
|
|
|
maxSize: 0,
|
|
|
minChunks: 1,
|
|
|
maxAsyncRequests: 5,
|
|
|
- maxInitialRequests: 3,
|
|
|
+ maxInitialRequests: 4,
|
|
|
automaticNameDelimiter: '~',
|
|
|
name: true,
|
|
|
cacheGroups: {
|
|
@@ -146,6 +146,11 @@ const vueConfig = {
|
|
|
priority: -10,
|
|
|
},
|
|
|
|
|
|
+ antDesign: {
|
|
|
+ name: 'chunk-antDesign',
|
|
|
+ priority: 19,
|
|
|
+ test: /[\\/]node_modules[\\/]_?@ant-design(.*)/
|
|
|
+ },
|
|
|
antDesignVue: {
|
|
|
name: 'chunk-antDesignVue',
|
|
|
priority: 20,
|