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.
### Description When I manually create a SyntaxError, the errors show up normally in terminal, but not in browser console. **terminal** **browser console** Since there is a SyntaxError in the...
### Motivation When running `npm outdated` I saw `webpack-dev-server` was on the list. However, when I attempted to update it to latest, I got an error: ```bash DatGreekChick : ~/repo...
Hi guys, There is a new version of webpack-dev-server with a semver 5.0.0 This change would make it possible to update webpack-dev-server to the latest version 5.0.0 without needing to...
We have both HMR and RRWP running, and both seem to work fine on their own. But in a project with both, we are facing the problem that `.js`-files can't...
### Problem The runtime `hot.accept`s a refreshed module unconditionally, however in advanced circumstances it might be desired for the HMR invalidation to propagate up to a parent watching for changes....
I found some edge cases: - [ ] Say you have a simple tag `something` and you want to use `` instead. If you save the file in the middle...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

env: "react": "^18.2.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1", "webpack": "^5.74.0",  I got the babel set up wrong?
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@pmmmwh/[email protected]` for the project I'm working on. When using multiple entries in webpack...