This plugin is super useful, but it causes a lot of noise in the console. I'm wondering if there's any thing like log level options to calm it down when nothing is wrong? Thanks.
Sorry for bothering. This link helps: https://webpack.js.org/configuration/stats/
nice!
you just set it up like this:
module.export = {
stats = {
children: false
}
}
to hide it
Most helpful comment
Sorry for bothering. This link helps: https://webpack.js.org/configuration/stats/