Skip to content

Commit

Permalink
misc: don't require removed package (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol authored Aug 20, 2024
1 parent b830f42 commit f2ae069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const path = require('path')

const webpack = require('webpack')
const { merge } = require('webpack-merge')
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack-plugin')
const HtmlWebpackPlugin = require('html-webpack-plugin')

Expand Down Expand Up @@ -92,7 +91,6 @@ const config = {

module.exports = (env) => {
if (env.analyseBundle) {
config.plugins.push(new BundleAnalyzerPlugin())
config.plugins.push(new DuplicatePackageCheckerPlugin())
}

Expand Down

0 comments on commit f2ae069

Please sign in to comment.