From dddba68bfd0b4de984868c382850667630ae76ce Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Tue, 28 Dec 2021 20:51:36 +0530 Subject: [PATCH] fix: webpack config is updated --- frontend/webpack.config.prod.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/webpack.config.prod.js b/frontend/webpack.config.prod.js index 4e5db8bbf5..52693e368d 100644 --- a/frontend/webpack.config.prod.js +++ b/frontend/webpack.config.prod.js @@ -115,8 +115,4 @@ const config = { }, }; -if (process.env.BUNDLE_ANALYSER === 'true') { - config.plugins.push(new BundleAnalyzerPlugin({ analyzerMode: 'server' })); -} - module.exports = config;