Skip to content

Commit

Permalink
chore: BundleAnalyzerPlugin 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
vi-wolhwa committed Oct 2, 2024
1 parent dfa2cf0 commit 8908aa1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 8908aa1

Please sign in to comment.