Solid-refresh with Webpack HMR errors
Hello, I'm trying to integrate solid-refresh in a webpack based solid-js app to make development a bit easier. The app is a microfrontend and we used module federation in the company I work on, so I can't just use other bundlers. Unfortunately, I haven't found any templates or projects with this setup.
The following are some pieces from the webpack config I think might be relevant to figure the issue out.
The application starts and works normally, however, webpack displays a warning and error when I make a change. Browser logs:
I appreciate any help, please let me know if any additional data is needed.
1 Reply
Please submit an issue thread in the solid-refresh repo, including a repro