Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 3, 2020
1 parent 0014ab3 commit 4edf4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack-cli/lib/groups/AdvancedGroup.js
Expand Up @@ -36,6 +36,7 @@ class AdvancedGroup extends GroupHelper {
}
if (args.analyze) {
if (packageExists('webpack-bundle-analyzer')) {
// eslint-disable-next-line node/no-extraneous-require
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
const bundleAnalyzerVal = new BundleAnalyzerPlugin();
if (options && options.plugins) {
Expand Down

0 comments on commit 4edf4e7

Please sign in to comment.