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

It''s `clearCompileError` https://github.com/search?q=repo%3Apmmmwh%2Freact-refresh-webpack-plugin+clearCompileError&type=code, not `clearCompileErrors` https://github.com/search?q=repo%3Apmmmwh%2Freact-refresh-webpack-plugin+clearCompileErrors&type=code.

When inferring the module system (esm vs cjs) the nearest pacakge.json should be consulted from the point of the file. The current implementation tracks the module system by rootContext but...

`loader-utils: 2.0.4` has the dependency `JSON5: 2.1.2` it causes Prototype Pollution in JSON5 via Parse Method

Trying to make React Refresh work with React Cosmos and it only seems to works when the renderer is loaded outside an iframe. ## How to replicate Clone react-cosmos repository...

To handle the routes on the client, if the user forces the URL on the client side, Express will send the React app to the front-end, and then the application...

``` "react": "18.2.0", "webpack": "^5.73.0", "webpack-dev-middleware": "^5.3.3", "webpack-hot-middleware": "^2.25.1", "react-refresh": "^0.14.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", ``` My project utilizes react18 createRoot for rendering and is configured with Node Express(), webpack-dev-middleware, and webpack-hot-middleware....

I use it in CRA application , when add token in request hot reload will be not work! here is the code! ``` import CloudUtils from './CloudUtils'; const oldFetch =...

Here is the reproduction I modified based on the official example: https://github.com/Jinjiang/reproductions/tree/react-refresh-20231030 I did this change https://github.com/Jinjiang/reproductions/commit/246660e916a58d57b9b42efe575514312d7df6ad however the UI didn't update when I modify the value of `foo` in...

Hi! When I upgraded to 0.5.X from 0.4.X, tsc transpile fail with this error. Please help me if you know something about it 🙇 ``` ../../node_modules/@types/webpack/node_modules/webpack/types.d.ts:1777:3 - error TS1131: Property...

I get this error on MacOS but not Windows: Module not found: Error: You attempted to import /Users/rah/repos/web/ReaderCore/WebInterpreter/v3/node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js which falls outside of the project src/ directory. Relative imports outside of...