mattjennings / mdsvexamples

Render your Svelte code blocks in MDSveX
31 stars 2 forks source link

HMR for examples #1

Closed mattjennings closed 2 years ago

mattjennings commented 2 years ago

Currently we trigger a full page reload when the example is edited

https://github.com/mattjennings/mdsvexamples/blob/8f2e1fa5301a602a744da62e8d34b162dae24184/src/lib/plugin.js#L94-L101

it would be nice to HMR these changes instead, but I'm not sure how that works with virtual files.