Turbo87 / webpack-notifier

webpack + node-notifier = build status system notifications
ISC License
306 stars 41 forks source link

Allow specifying options to ignore warnings #2

Closed kentcdodds closed 9 years ago

kentcdodds commented 9 years ago

I have a dependency that results in a warning every time it builds (the request of a dependency is an expression). I don't think that there's a way for me to avoid this one, so I'd prefer to be able to specify that I don't want to show warnings.

Turbo87 commented 9 years ago

thanks for your PR. merged!