Closed
Description
This is a follow up to #36 (comment).
I created a demo where you can reproduce the error: https://github.com/donaldpipowitch/react-refresh-webpack-plugin-RefreshSig-bug
It looks to happen because of a child compiler. I use html-webpack-plugin
to prerender a React component into an index.html
file. (This will render some placeholder graphics in our real app until the app has loaded completely.) Normally the template you use for html-webpack-plugin
can use all the loaders you have configured for the rest of your source code which is quite convenient. But I guess we'd need to disable ReactRefreshWebpackPlugin
for this somehow 🤔
Metadata
Metadata
Assignees
Labels
No labels