Enable webpack reuseExistingChunk
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e669c681e2
commit
a808d26764
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue