/demo-svelte3-hmr

Early & experimental preview of what HMR could feel with Svelte3

Primary LanguageJavaScript

Svelte 3 HMR experiment

This is a fork of Svelte's template-webpack intended to play & experiment with HMR before it is officially supported.

It relies on forked versions of svelte-loader (fork), and svelte-dev-helper (fork).

Disclaimer I am not affiliated with svelte-loader team, so this may be completely different to what will eventually be implemented officially.

Get started

npx degit rixo/demo-svelte3-hmr svelte-hmr
cd svelte-hmr

npm install

npm run dev