You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/watch.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,13 @@ poll: 1000 // Check for changes every second
71
71
T> If watching does not work for you, try out this option. Watching does not work with NFS and machines in VirtualBox.
72
72
73
73
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
+
74
81
## Troubleshooting
75
82
76
83
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