Skip to content

Commit

Permalink
bug(UI): optimisation config is updated (SigNoz#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-signoz authored Feb 9, 2022
1 parent 07f4fcb commit acbe7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit acbe7f9

Please sign in to comment.