Skip to content

Commit

Permalink
chore: cleanup node-args references
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Aug 13, 2020
1 parent 5f9414b commit a7baf23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/webpack-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ yarn add webpack-cli --dev
-j, --json Prints result as JSON
--mode string Defines the mode to pass to webpack
-v, --version Get current version
--node-args string[] NodeJS flags
--stats string It instructs webpack on how to treat the stats
--no-stats Disables stats output
```
Expand Down
8 changes: 0 additions & 8 deletions packages/webpack-cli/lib/utils/cli-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,6 @@ module.exports = {
group: HELP_GROUP,
description: 'Get current version',
},
{
name: 'node-args',
usage: '--node-args "--max-old-space-size=1024"',
type: String,
multiple: true,
group: BASIC_GROUP,
description: 'NodeJS flags',
},
{
name: 'stats',
usage: '--stats <value>',
Expand Down

0 comments on commit a7baf23

Please sign in to comment.