Merge pull request #572 from palash-signoz/remove-duplicate-condition-bundle-analyser

fix: webpack config is updated
This commit is contained in:
Ankit Nayan 2022-02-25 20:10:05 +05:30 committed by GitHub
commit 25fb0deb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,8 +144,4 @@ const config = {
}, },
}; };
if (process.env.BUNDLE_ANALYSER === 'true') {
config.plugins.push(new BundleAnalyzerPlugin({ analyzerMode: 'server' }));
}
module.exports = config; module.exports = config;