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
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
refactor: Show watch state messages only when webpack is watching (#358)
When run with `webpack --watch` the WatchStateLoggerPlugin
will print console messages with the watcher state.
When run with `webpack` (no --watch) the WatchStateLoggerPlugin
will be silent in the console, but still notify via IPC.
0 commit comments