react-refresh-webpack-plugin icon indicating copy to clipboard operation
react-refresh-webpack-plugin copied to clipboard

A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.

Results 96 react-refresh-webpack-plugin issues
Sort by recently updated
recently updated
newest added

### 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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

![image](https://github.com/pmmmwh/react-refresh-webpack-plugin/assets/9206864/49ceb0a9-e664-4afa-8919-efc11d041c19)

env: "react": "^18.2.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1", "webpack": "^5.74.0", ![image](https://user-images.githubusercontent.com/23404946/197327635-0171f4ea-fd00-4ca2-9393-fb89ffda59da.png) 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...