mattlewis92 / webpack-filter-warnings-plugin

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

Handle warnings which are plain strings instead of objects. #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Some plugins (e.g. Google Workbox) can push plain strings as warnings instead of objects with a message property.

mattlewis92 commented 5 years ago

Thanks! Released as 1.2.1 🎉