Mini-css-extract-plugin: Reduce or turn off logging

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

Hi!

The plugin is a bit noisy. Is there a way to control or turn off logging?

Most helpful comment

module.exports = {
    stats: { children: false },
   // other settings
}

All 3 comments

Noisy how? Please share how does it look and it should look

Noisy, as in:

screen shot 2018-05-09 at 16 06 08

module.exports = {
    stats: { children: false },
   // other settings
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

ripperdoc picture ripperdoc  路  3Comments

skrobek picture skrobek  路  4Comments

silasFFF picture silasFFF  路  4Comments

elgs picture elgs  路  3Comments

thescientist13 picture thescientist13  路  3Comments