Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
조상현 authored Feb 2, 2023
1 parent dab1bfe commit 1e21e5d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const BundleAnalyzerPlugin =
require('webpack-bundle-analyzer').BundleAnalyzerPlugin;

module.exports = {
mode: 'production',
Expand All @@ -22,11 +20,5 @@ module.exports = {
},
plugins: [
new CleanWebpackPlugin(),
new BundleAnalyzerPlugin({
analyzerMode: 'static',
openAnalyzer: false,
generateStatsFile: true,
statsFilename: 'bundle-report.json',
}),
],
};

0 comments on commit 1e21e5d

Please sign in to comment.