Skip to content

Commit

Permalink
Update docs with info-verbosity option: add usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneHlushko committed Feb 22, 2018
1 parent 39e2ae5 commit 2bcc458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/configuration/watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ T> If watching does not work for you, try out this option. Watching does not wor

Controls verbosity of the lifecycle messaging e.g. `Started watching files...`. Setting `info-verbosity` to `verbose` will also message to console at the beginning and the end of incremental build. `info-verbosity` is set to `info` by default.

```bash
webpack --watch --info-verbosity verbose
```

## Troubleshooting

Expand Down

0 comments on commit 2bcc458

Please sign in to comment.