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

Allow v5 of `webpack-dev-server` as peer dependency #836

Closed mxdvl closed 4 months ago

mxdvl commented 4 months ago

Release notes v5.0.0 along with the migration guide.

Should we also bump the local dev dependency on webpack-dev-server to v5?

codesandbox[bot] commented 4 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

pmmmwh commented 4 months ago

Should we also bump the local dev dependency on webpack-dev-server to v5?

I think we should, just to make sure tests pass. If that can be done I'm happy to cut this release first then work towards moving completely over to v5 👍🏻

pmmmwh commented 4 months ago

Fixes #787 Fixes #800 Fixes #824

mxdvl commented 4 months ago

@pmmmwh I’ve tried and failed to make CI pass: