Skip to content

Commit

Permalink
chore: BundleAnalyzerPlugin import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
vi-wolhwa committed Oct 2, 2024
1 parent 8908aa1 commit a9e8408
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { sentryWebpackPlugin } = require('@sentry/webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const packageJson = require('./package.json');

module.exports = {
Expand Down

0 comments on commit a9e8408

Please sign in to comment.