mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
bug(UI): optimisation config is updated (#650)
This commit is contained in:
parent
07f4fcb216
commit
acbe7f91cb
@ -110,7 +110,7 @@ const config = {
|
|||||||
plugins: plugins,
|
plugins: plugins,
|
||||||
optimization: {
|
optimization: {
|
||||||
chunkIds: 'named',
|
chunkIds: 'named',
|
||||||
concatenateModules: true,
|
concatenateModules: false,
|
||||||
emitOnErrors: true,
|
emitOnErrors: true,
|
||||||
flagIncludedChunks: true,
|
flagIncludedChunks: true,
|
||||||
innerGraph: true, //tells webpack whether to conduct inner graph analysis for unused exports.
|
innerGraph: true, //tells webpack whether to conduct inner graph analysis for unused exports.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user