File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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>' ,
You can’t perform that action at this time.
0 commit comments