Skip to content

Commit a99ca13

Browse files
fireairforcestyfle
andauthored
docs: add debug command description (#800)
Co-authored-by: Steven <[email protected]>
1 parent 6a30fba commit a99ca13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Outputs the Node.js compact build of `input.js` into `dist/index.js`.
7373
--stats-out [file] Emit webpack stats as json to the specified output file
7474
--target [es] ECMAScript target to use for output (default: es2015)
7575
Learn more: https://webpack.js.org/configuration/target
76+
-d, --debug Show debug logs
7677
```
7778

7879
### Execution Testing

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Options:
3838
--stats-out [file] Emit webpack stats as json to the specified output file
3939
--target [es] ECMAScript target to use for output (default: es2015)
4040
Learn more: https://webpack.js.org/configuration/target
41+
-d, --debug Show debug logs
4142
`;
4243

4344
// support an API mode for CLI testing

0 commit comments

Comments
 (0)