Skip to content

Commit

Permalink
docs: --analyze flag
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 3, 2020
1 parent 12018e1 commit 0014ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/webpack-cli/README.md
Expand Up @@ -36,6 +36,7 @@ yarn add webpack-cli --dev
### webpack 4

```
--analyze It invokes webpack-bundle-analyzer plugin to get bundle information
--entry string[] The entry point(s) of your application.
-c, --config string[] Provide path to webpack configuration file(s)
--config-name string[] Name of the configuration to use
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/utils/cli-flags.js
Expand Up @@ -228,7 +228,7 @@ const core = [
type: Boolean,
multiple: false,
group: ADVANCED_GROUP,
description: 'Name of the configuration to use',
description: 'It invokes webpack-bundle-analyzer plugin to get bundle information',
},
/* {
name: "interactive",
Expand Down

0 comments on commit 0014ab3

Please sign in to comment.