Skip to content

Commit b4f9651

Browse files
committed
docs: --analyze flag
1 parent aa916f8 commit b4f9651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-cli/lib/utils/cli-flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const core = [
228228
type: Boolean,
229229
multiple: false,
230230
group: ADVANCED_GROUP,
231-
description: 'Name of the configuration to use',
231+
description: 'It invokes webpack-bundle-analyzer plugin to get bundle information',
232232
},
233233
/* {
234234
name: "interactive",

0 commit comments

Comments
 (0)