From acbe7f91cbd05225d07c65cdaf3524c9fe2a7f1a Mon Sep 17 00:00:00 2001 From: palash-signoz Date: Wed, 9 Feb 2022 11:50:29 +0530 Subject: [PATCH] bug(UI): optimisation config is updated (#650) --- frontend/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/webpack.config.prod.js b/frontend/webpack.config.prod.js index 026781a76be..1e7f2198f00 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.