tweak webpack config

This commit is contained in:
Nolan Lawson 2018-02-14 22:23:28 -08:00
parent 0465d2d5c6
commit 1ef3238974

View file

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