mattlewis92 / webpack-filter-warnings-plugin

Allows you to hide certain warnings from webpack compilations
MIT License
27 stars 10 forks source link

Support function #2

Closed ghost closed 5 years ago

ghost commented 5 years ago

RegExp cannot resolve complex situations. Allowing functions will make the plugin stronger and more useful.

Thanks!

mattlewis92 commented 5 years ago

Thanks again for this, the functionality was added in this PR: https://github.com/mattlewis92/webpack-filter-warnings-plugin/pull/3