Skip to content

Commit 3b42fce

Browse files
committed
Update docs with info-verbosity option: add usage example
1 parent 06c0bae commit 3b42fce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/configuration/watch.md

+3
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)