From 2bcc458d78120409864ea5a324929680401a886b Mon Sep 17 00:00:00 2001 From: EugeneHlushko Date: Fri, 2 Feb 2018 18:04:49 +0700 Subject: [PATCH] Update docs with info-verbosity option: add usage example --- src/content/configuration/watch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/configuration/watch.md b/src/content/configuration/watch.md index c320e879d2b5..2ef257d1b737 100644 --- a/src/content/configuration/watch.md +++ b/src/content/configuration/watch.md @@ -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