GProst / webpack-clean-obsolete-chunks

A webpack plugin to remove obsolete chunk files in webpack watch mode
MIT License
37 stars 5 forks source link

Add quiet option #17

Closed kriansa closed 7 years ago

kriansa commented 7 years ago

Hello @GProst

Thank you for your work on this plugin!

Would you consider adding a "quiet" option to it? Sometimes the output is too noisy.

GProst commented 7 years ago

Hi @kriansa ! Sure, will do this today/tomorrow.

GProst commented 7 years ago

Done. Use new CleanObsoleteChunks({verbose: false})

kriansa commented 7 years ago

Thank you for your quick response!