forked from cybrespace/pinafore
allow async chunks
This commit is contained in:
parent
8761a46767
commit
556214bbf2
|
@ -54,7 +54,7 @@ module.exports = {
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.optimize.CommonsChunkPlugin({
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
minChunks: 2,
|
minChunks: 2,
|
||||||
async: false,
|
async: true,
|
||||||
children: true
|
children: true
|
||||||
})
|
})
|
||||||
].concat(isDev ? [
|
].concat(isDev ? [
|
||||||
|
|
Loading…
Reference in New Issue