mattlewis92 / webpack-filter-warnings-plugin

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

Support webpack 5 #26

Open krainboltgreene opened 3 years ago

Tokimon commented 3 years ago

Hi. It seems the Ci is failing because you didn't update the package-lock.json :)

rsternagel commented 3 years ago

Switched successfully to the (built-in) ignoreWarnings option. Apparently with webpack 5 there is no need for this plugin anymore - farewell!

... should be mentioned in the README.md.