pull/889/head
Pan 2018-08-03 18:02:54 +08:00
parent 91fb10b7b3
commit 8fecdf22d5
1 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ const webpackConfig = merge(baseWebpackConfig, {
test: resolve("src/components"), // 可自定义拓展你的规则 test: resolve("src/components"), // 可自定义拓展你的规则
minChunks: 3, // 最小公用次数 minChunks: 3, // 最小公用次数
priority: 5, priority: 5,
reuseExistingChunk: true
}, },
} }
}, },