MQuy/webpack-deadcode-plugin

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

balovbohdan opened this issue · 2 comments

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

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

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

Nice, thanks!