-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add webpack 5 support #195
Comments
We're waiting for Webpack 5 to stabilize before making that change, but we will make it. There are too many critical bugs still open in their repo. |
Since this is active in the minds of myself and the folks who curate this package, and that it was recommended in the Survive JS book just recently along Webpack 5, please rest assured that we're going to add support officially when the time is right. |
I second this. This plugin works perfectly fine so far with Webpack 5.x.
npm 7 now mandates matching peer dependencies. Both npm 7 and Webpack 5 are now generally available. It does not hurt to simply accept Webpack 5.x as a valid peer dependency. |
Well, npm will be hated forever for this change. |
Just checking in on this, as it's been a few months - would you be willing to merge these changes in soon, or are there a specific set of issues on webpack 5 that you're waiting for resolution on? |
Feature Use Case
This plugin seems compatible to webpack 5, however npm 7 require exact peer dependencies match, since @pmmmwh/react-refresh-webpack-plugin has a peer dependent on it, it may affect all react-refresh users upgrading to npm 7.
Feature Proposal
Add webpack 5.x to peer dependency.
The text was updated successfully, but these errors were encountered: