mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 20:42:04 +08: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