We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f9651 commit 950c709Copy full SHA for 950c709
packages/webpack-cli/lib/groups/AdvancedGroup.js
@@ -36,6 +36,7 @@ class AdvancedGroup extends GroupHelper {
36
}
37
if (args.analyze) {
38
if (packageExists('webpack-bundle-analyzer')) {
39
+ // eslint-disable-next-line node/no-extraneous-require
40
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
41
const bundleAnalyzerVal = new BundleAnalyzerPlugin();
42
if (options && options.plugins) {
0 commit comments