diff --git a/frontend/webpack.common.js b/frontend/webpack.common.js index 354b7e593..6f4429637 100644 --- a/frontend/webpack.common.js +++ b/frontend/webpack.common.js @@ -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 = {