vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
830 stars 54 forks source link

Update refresh utils for Remix support #191

Closed ArnaudBarre closed 8 months ago

ArnaudBarre commented 8 months ago

__beforePerformReactRefresh & __getReactRefreshIgnoredExports will not be part of semver until Remiix on Vite is stable (and without Fast Refresh related stuff being vendored).

I'll do the same on the Babel plugin once I've got some positif feedback from @pcattori