tweak spelling mistake
This commit is contained in:
@@ -116,7 +116,7 @@ const webpackConfig = merge(baseWebpackConfig, {
|
||||
test: /[\\/]node_modules[\\/]element-ui[\\/]/
|
||||
},
|
||||
commons: {
|
||||
name: 'chunk-comomns',
|
||||
name: 'chunk-commons',
|
||||
test: resolve('src/components'), // 可自定义拓展你的规则
|
||||
minChunks: 3, // 最小公用次数
|
||||
priority: 5,
|
||||
|
Reference in New Issue
Block a user