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
This is especially bad in Webpack 5, since ProgressPlugin now displays entries and other stuff by default, which makes the logs pretty long
If there is a way to silence ProgressPlugin through Webpack Bar, I do not know it.
A simple solution would be to just pass ProgressPlugin options in constructor, so entries and dependencies, etc., could be set to false. But maybe a general quiet mode would be a better idea.
Love the webpack bar though!
The text was updated successfully, but these errors were encountered:
This is especially bad in Webpack 5, since ProgressPlugin now displays entries and other stuff by default, which makes the logs pretty long
If there is a way to silence ProgressPlugin through Webpack Bar, I do not know it.
A simple solution would be to just pass ProgressPlugin options in constructor, so entries and dependencies, etc., could be set to false. But maybe a general quiet mode would be a better idea.
Love the webpack bar though!
The text was updated successfully, but these errors were encountered: