Closed rixo closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/jakobrosenberg/routify-starter/r6sy3tzgd ✅ Preview: https://routify-starter-git-fork-rixo-hmr.jakobrosenberg.now.sh
What's happening with this? @rixo
Unless I'm missing something, this has already been added, so I'm closing this for now.
Add HMR, supported both with
rollup-plugin-hot
(yarn dev
) or Nollup (yarn dev:nollup
).This is pretty experimental.
The Nollup support is provided by a patched branch in a fork because there are still bugs & blockers in currently published Nollup. They are being worked on currently -- the big fixes in my branch comes from a candidate "next" branch in the official repo.
Opening this PR for discussion, and information, if someone's searching for this.