mattlewis92 / webpack-filter-warnings-plugin

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

`stats.warningsFilter` is deprecated in webpack #38

Open ChocolateLoverRaj opened 2 years ago

ChocolateLoverRaj commented 2 years ago

The README mentions stats.warningsFilter, but it is now deprecated. Webpack has ignoreWarnings option instead.