play with webpack config

This commit is contained in:
Nolan Lawson 2018-02-14 22:45:21 -08:00
parent b6e553bbdd
commit 2f49d279d0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module.exports = {
plugins: [
new webpack.optimize.CommonsChunkPlugin({
minChunks: 2,
async: false,
async: true,
children: true
})
].concat(isDev ? [