Hi,
I am trying to setup the react-refresh plugin with electron
https://github.com/pmmmwh/react-refresh-webpack-plugin
but I cannot seem to get it to work no matter what I try.
I have tried following steps in the github repo and additionally this comment on a github thread:
https://github.com/electron/forge/issues/2560#issuecomment-1200510303
What I find is that after initailly running my electron app, if I change some text and save file, the window hot reload fails with this message:
A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components. - pmmmwh/react-refresh-webpack-plugin
Pre-flight checklist I have read the contribution documentation for this project. I agree to follow the code of conduct that this project uses. I have searched the issue tracker for a bug that matc...