Skip to content

Commit 06c0bae

Browse files
committed
Update docs with info-verbosity option
1 parent 8e604cc commit 06c0bae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/configuration/watch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ poll: 1000 // Check for changes every second
7171
T> If watching does not work for you, try out this option. Watching does not work with NFS and machines in VirtualBox.
7272

7373

74+
## `info-verbosity`
75+
76+
`string`: `none` `info` `verbose`
77+
78+
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.
79+
80+
7481
## Troubleshooting
7582

7683
If you are experiencing any issues, please see the following notes. There are a variety of reasons why webpack might miss a file change.

0 commit comments

Comments
 (0)