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
It'll be actually cool if instapack can do Fast Refresh React projects out of the box.
Should probably detect if React is installed in project package.json. If exists and Hot Reload server is on, then attach the webpack plugin and another JS/TSX loader specially for Babel early in the rule chain (executed last).
The text was updated successfully, but these errors were encountered:
react-hot-loader is deprecated soon, to be replaced with react-refresh. instapack should be ready to implement react-refresh when it's stable.
https://github.com/pmmmwh/react-refresh-webpack-plugin
It'll be actually cool if instapack can do Fast Refresh React projects out of the box.
Should probably detect if React is installed in project package.json. If exists and Hot Reload server is on, then attach the webpack plugin and another JS/TSX loader specially for Babel early in the rule chain (executed last).
The text was updated successfully, but these errors were encountered: