Skip to content

Commit 950c709

Browse files
committed
fix: lint
1 parent b4f9651 commit 950c709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webpack-cli/lib/groups/AdvancedGroup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class AdvancedGroup extends GroupHelper {
3636
}
3737
if (args.analyze) {
3838
if (packageExists('webpack-bundle-analyzer')) {
39+
// eslint-disable-next-line node/no-extraneous-require
3940
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
4041
const bundleAnalyzerVal = new BundleAnalyzerPlugin();
4142
if (options && options.plugins) {

0 commit comments

Comments
 (0)