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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.