diff --git a/webpack.prod.js b/webpack.prod.js index 92ee1578b..884bc6fe3 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -18,7 +18,10 @@ module.exports = [ new ESBuildMinifyPlugin({ target: 'es2015' }) - ] + ], + splitChunks: { + chunks: 'all' + } } }), merge(htmlexport, {