mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 02:39:02 +08:00
Merge pull request #572 from palash-signoz/remove-duplicate-condition-bundle-analyser
fix: webpack config is updated
This commit is contained in:
commit
25fb0deb8d
@ -144,8 +144,4 @@ const config = {
|
||||
},
|
||||
};
|
||||
|
||||
if (process.env.BUNDLE_ANALYSER === 'true') {
|
||||
config.plugins.push(new BundleAnalyzerPlugin({ analyzerMode: 'server' }));
|
||||
}
|
||||
|
||||
module.exports = config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user