1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-07 08:46:45 +01:00

allow async chunks

This commit is contained in:
Nolan Lawson 2018-02-06 21:15:08 -08:00
parent 8761a46767
commit 556214bbf2

View File

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