bug(UI): optimisation config is updated (#650)

This commit is contained in:
palash-signoz
2022-02-09 11:50:29 +05:30
committed by GitHub
parent 07f4fcb216
commit acbe7f91cb

View File

@@ -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.