-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
X-oss-byte/webpack-dev-server
#18Description
I'm not sure if this is already supported, but right now the logging levels of webpack-dev-server are either lots and lots or none at all.
What I mean is, on startup and whenever changes are detected, hundreds (thousands maybe?) of lines are output to the console (i'm using the API not the CLI). The problem with this is it pushes useful app code originated logging lines out of the console scroll buffer.
I tried using the noInfo option and what happens is that there is nothing logged from webpack-dev-server at all.
What I would like to see is just the
webpack: bundle is now INVALID.
webpack: bundle is now VALID.
lines and also any errors that occurred and nothing more, so I know that webpack has detected changes and finished processing them.
stonexer, vdh and liuliangsir
Metadata
Metadata
Assignees
Labels
No labels