fix: webpack config is updated

This commit is contained in:
Palash gupta 2021-12-28 20:51:36 +05:30
parent f9c214bd53
commit dddba68bfd
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

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