play with webpack config
This commit is contained in:
parent
b6e553bbdd
commit
2f49d279d0
|
@ -54,7 +54,7 @@ module.exports = {
|
|||
plugins: [
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
minChunks: 2,
|
||||
async: false,
|
||||
async: true,
|
||||
children: true
|
||||
})
|
||||
].concat(isDev ? [
|
||||
|
|
Loading…
Reference in New Issue