Enable webpack reuseExistingChunk

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-25 12:41:33 +00:00
parent e669c681e2
commit a808d26764

View file

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