Skip to content

Commit

Permalink
docs: add debug command description (#800)
Browse files Browse the repository at this point in the history

Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
fireairforce and styfle committed Oct 20, 2021
1 parent 6a30fba commit a99ca13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -73,6 +73,7 @@ Outputs the Node.js compact build of `input.js` into `dist/index.js`.
--stats-out [file] Emit webpack stats as json to the specified output file
--target [es] ECMAScript target to use for output (default: es2015)
Learn more: https://webpack.js.org/configuration/target
-d, --debug Show debug logs
```

### Execution Testing
Expand Down
1 change: 1 addition & 0 deletions src/cli.js
Expand Up @@ -38,6 +38,7 @@ Options:
--stats-out [file] Emit webpack stats as json to the specified output file
--target [es] ECMAScript target to use for output (default: es2015)
Learn more: https://webpack.js.org/configuration/target
-d, --debug Show debug logs
`;

// support an API mode for CLI testing
Expand Down

0 comments on commit a99ca13

Please sign in to comment.