File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Outputs the Node.js compact build of `input.js` into `dist/index.js`.
73
73
--stats-out [file] Emit webpack stats as json to the specified output file
74
74
--target [es] ECMAScript target to use for output (default: es2015)
75
75
Learn more: https://webpack.js.org/configuration/target
76
+ -d, --debug Show debug logs
76
77
```
77
78
78
79
### Execution Testing
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Options:
38
38
--stats-out [file] Emit webpack stats as json to the specified output file
39
39
--target [es] ECMAScript target to use for output (default: es2015)
40
40
Learn more: https://webpack.js.org/configuration/target
41
+ -d, --debug Show debug logs
41
42
` ;
42
43
43
44
// support an API mode for CLI testing
You can’t perform that action at this time.
0 commit comments