You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use linaria, which extracts css tag template into a css file and injects a require of the generated css at end of file. But react refresh can't work with it.
I want to use linaria, which extracts css tag template into a css file and injects a require of the generated css at end of file. But react refresh can't work with it.
I've created a reproduce repo: https://github.com/levinqdl/refresh-reproduce.git
App.js transpiles to:
This issue should be related to #140 ,
react-refresh-webpack-plugin/lib/runtime/RefreshRuntimeModule.js
Line 25 in 3214268
webpack_require.$Refresh$.register is reseted by webpack_require of css file after webpack_require.$Refresh$.setup invoked.
The text was updated successfully, but these errors were encountered: