react-refresh-webpack-plugin
react-refresh-webpack-plugin copied to clipboard
A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.
Update the pmmmwh / react-refresh-webpack-plugin package to have webpack-dev-server version as 5.1.0.
Refresh doesn't work for externals: ['react', 'react-dom', 'react-router-dom']
Getting some import error for package that dont exist. webpack built 469f07c50dfac887091c in 48607ms ERROR in ../node_modules/@pmmmwh/react-refresh-webpack-plugin/sockets/WDSSocket.js 7:36-93 Module not found: Error: Can't resolve 'webpack-dev-server/client/clients/SockJSClient' in '/Users/USER/dev/web3/node_modules/@pmmmwh/react-refresh-webpack-plugin/sockets' @ ../node_modules/@pmmmwh/react-refresh-webpack-plugin/client/ErrorOverlayEntry.js 79:4-28...
We recently upgraded our project to the latest version of the plugin, and began noticing errors preventing our application from loading. Specifically, it appears that our application code that imports...
none of the issues/PRs in the changelog are actually linked, they just have their number mentioned. would make it easier when reviewing changes if they were.
First of all, thank you for creating this fantastic library! I’m currently using [single-spa](https://single-spa.js.org/docs/getting-started-overview) with React and encountering an issue with HMR (Hot Module Replacement). While the console logs indicate...