Skip to content

Commit 2bcc458

Browse files
committed
Update docs with info-verbosity option: add usage example
1 parent 39e2ae5 commit 2bcc458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/configuration/watch.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ T> If watching does not work for you, try out this option. Watching does not wor
7777

7878
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.
7979

80+
```bash
81+
webpack --watch --info-verbosity verbose
82+
```
8083

8184
## Troubleshooting
8285

0 commit comments

Comments
 (0)