diff --git a/webpack.prod.js b/webpack.prod.js index 92ee1578..ca698172 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -18,8 +18,12 @@ module.exports = [ new ESBuildMinifyPlugin({ target: 'es2015' }) - ] - } + ], + splitChunks: { + chunks: 'all' + } + }, + devtool: 'source-map' }), merge(htmlexport, { mode: 'production',