mattlewis92 / webpack-filter-warnings-plugin

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

webpack 5 #45

Open LukasMachetanz opened 2 years ago

LukasMachetanz commented 2 years ago

Hey.

Is it possible to update webpack to the latest version (e.g. ^5.74.0)?

This would help to resolve the following peer dependency warning within a nrwl/nx workspace:

npm WARN webpack-filter-warnings-plugin@1.2.1 requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.

Greets, Lukas

KR34T1V commented 2 years ago

+1

kdbarzallo commented 2 years ago

+1

kimjh96 commented 1 year ago

+1

LukasMachetanz commented 1 year ago

This would still be appreciated.

FOREVEREALIZE commented 1 year ago

Webpack 5 doesn't need this plugin anymore. You can use ignoreWarnings: https://webpack.js.org/configuration/other-options/#ignorewarnings

See #35