From 8908aa1b9a351790aa4ae972c33cde4a8dbdf41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=94=ED=95=98?= Date: Wed, 2 Oct 2024 14:14:05 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20BundleAnalyzerPlugin=20=EB=B9=84?= =?UTF-8?q?=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/webpack.common.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/webpack.common.js b/frontend/webpack.common.js index 7a28cab4d..354b7e593 100644 --- a/frontend/webpack.common.js +++ b/frontend/webpack.common.js @@ -78,14 +78,6 @@ module.exports = { org: 'code-zap', project: 'javascript-react', }), - new BundleAnalyzerPlugin({ - analyzerMode: 'static', - reportFilename: 'bundle-report.html', - openAnalyzer: false, - generateStatsFile: true, - statsFilename: 'bundle-stats.json', - excludeAssets: [/node_modules/], - }), ], resolve: { alias: {