MQuy / webpack-deadcode-plugin

Webpack plugin to detect unused files and unused exports in used files
MIT License
348 stars 16 forks source link

Switch off "Perfect, there is nothing to do" default message #29

Closed balovbohdan closed 3 years ago

balovbohdan commented 3 years ago

Would be great to have an ability to switch off default "Perfect, there is nothing to do" message. Now this is always shown when there are no unused files. As for me, this is redundant information. I believe, there should be no message from this plugin when everything is OK. As an option - to allow switch it off passing parameter to plugin constructor.

image

MQuy commented 3 years ago

thanks @balovbohdan, I made the release to support that feature request :D

balovbohdan commented 3 years ago

thanks @balovbohdan, I made the release to support that feature request :D

Nice, thanks!