Enable webpack reuseExistingChunk

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/12869/head
Michael Telatynski 2020-03-25 12:41:33 +00:00
parent e669c681e2
commit a808d26764
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ module.exports = (env, argv) => {
enforce: true,
// Do not add `chunks: 'all'` here because you'll break the app entry point.
},
default: {
reuseExistingChunk: true,
},
},
},