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!

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!