Skip to content

Commit a7baf23

Browse files
committed
chore: cleanup node-args references
1 parent 5f9414b commit a7baf23

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

packages/webpack-cli/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ yarn add webpack-cli --dev
5454
-j, --json Prints result as JSON
5555
--mode string Defines the mode to pass to webpack
5656
-v, --version Get current version
57-
--node-args string[] NodeJS flags
5857
--stats string It instructs webpack on how to treat the stats
5958
--no-stats Disables stats output
6059
```

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,6 @@ module.exports = {
236236
group: HELP_GROUP,
237237
description: 'Get current version',
238238
},
239-
{
240-
name: 'node-args',
241-
usage: '--node-args "--max-old-space-size=1024"',
242-
type: String,
243-
multiple: true,
244-
group: BASIC_GROUP,
245-
description: 'NodeJS flags',
246-
},
247239
{
248240
name: 'stats',
249241
usage: '--stats <value>',

0 commit comments

Comments
 (0)