pmmmwh / react-refresh-webpack-plugin

A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.
MIT License
3.13k stars 192 forks source link

[webpack-dev-server] Some internal modules are deprecated. #841

Closed stein2nd closed 3 months ago

stein2nd commented 3 months ago

npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported rimraf@3 0 2

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported rimraf@3 0 2

pmmmwh commented 3 months ago

Hi, if you upgrade to webpack-dev-server v5 the error should go away?

stein2nd commented 3 months ago

After upgrading webpack-dev-server to v5, the error disappeared.

pmmmwh commented 3 months ago

Unfortunately we cannot do anything to fix deprecated dependencies from downstream dependencies. In v0.6.x we will drop support for WDSv4 which will remove this warning.