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.
This is causes a crash in a large private project where I am trying to use npm workspaces: ``` Starting the development server... /Users/me/apps/hrh/csa/packages/ui/node_modules/react-scripts/scripts/start.js:19 throw err; ^ TypeError: Cannot read...
Hello, We have a shell app (available in both electron and web), which loads remotely a federated module. I've managed to get Fast Refresh working when in DEV, for web...
In my micro frontend I have a html page with multiple scripts included. Each of these scripts are created by a different webpack config. In development mode webpack uses the...
This change adds support for ts-loader integration without having to set it to transpileOnly. This is useful since transpileOnly results in increased bundle sizes due to several optimizations becoming impossible,...
When trying to run dev server getting this error ERROR in ./packages/lib-build-tools/node_modules/@pmmmwh/react-refresh-webpack-plugin/client/ReactRefreshEntry.js 2:17-61 Module not found: Error: Can't resolve 'core-js-pure/features/global-this' in '/Users/PATH_TO_CODEBASE/frontend/packages/lib-build-tools/node_modules/@pmmmwh/react-refresh-webpack-plugin/client'
I'm trying to setup React Refresh but after following the documentation and trying it out I get this kind of error: > [HMR] Cannot apply update. Need to do a...
## Motivation I'm maintaining an old react app, which has a lot of custom exceptions. We recently started using `react-refresh-webpack-plugin`, and it catches all these exceptions while developing and covers...
Hello, I configured the hot update according to the document method, but when I changed the JS file, the whole page was refreshed instead of partial refresh. Why?
I have a working implementation with ReactRefreshPlugin/HMR for our common-use development build scenario. Another build scenario, however, requires setting the option `devServer.inline = false` to more closely simulate our environment...
I'm having an issue getting react refresh working on a project with module fedration. The ws connection is working, also in the console it seems its working, but the modifications...