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-plugin-serve] Some internal modules are deprecated. #845

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 @pmmmwhreact-ref resh-webpack-plugin

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported @jestcore@29 7 0

pmmmwh commented 3 months ago

Unfortunately we cannot do anything to fix deprecated dependencies from downstream dependencies. This is an integration we want to support but unfortunately the plugin doesn't seem to have much activity these days.