Mini-css-extract-plugin: Console output is too noisy

Created on 11 Sep 2018  路  3Comments  路  Source: webpack-contrib/mini-css-extract-plugin

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.

Most helpful comment

Sorry for bothering. This link helps: https://webpack.js.org/configuration/stats/

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings