diff --git a/frontend/webpack.config.prod.js b/frontend/webpack.config.prod.js index 026781a76b..1e7f2198f0 100644 --- a/frontend/webpack.config.prod.js +++ b/frontend/webpack.config.prod.js @@ -110,7 +110,7 @@ const config = { plugins: plugins, optimization: { chunkIds: 'named', - concatenateModules: true, + concatenateModules: false, emitOnErrors: true, flagIncludedChunks: true, innerGraph: true, //tells webpack whether to conduct inner graph analysis for unused exports.