adbutterfield/fast-refresh-express

babel branch does not "refresh" server.

trollepierre opened this issue ยท 2 comments

Capture dโ€™eฬcran 2023-06-29 aฬ€ 17 08 58

How to reproduce:

  1. git checkout babel

  2. npm install && npm run dev

  3. Edit "Top.tsx" line 5, change template string Top by FLOP

  4. Instantanly the website is refreshed ๐ŸŽ‰

  5. F5 / Cmd + R on the website => ๐Ÿ’ฃ

Solution found: cherry-pick each commit from main to babel. ๐Ÿ˜˜

Sorry, just saw this issue.

What did you cherry-pick to fix it?

Found it!