From cb56e574c315364fe3456be3693bf9609ca2277e Mon Sep 17 00:00:00 2001 From: Khaled Ahmed Date: Fri, 5 Jan 2018 15:59:52 +0000 Subject: [PATCH] Add svelte-hot-loader to the Tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee5a4c1b77..0a948d99cc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This is the Svelte compiler, which is primarily intended for authors of tooling * [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin * [system-svelte](https://github.com/CanopyTax/system-svelte) – System.js loader * [svelte-loader](https://github.com/sveltejs/svelte-loader) – Webpack loader +* [svelte-hot-loader](https://github.com/ekhaled/svelte-hot-loader) – Webpack loader addon to support HMR * [meteor-svelte](https://github.com/klaussner/meteor-svelte) – Meteor build plugin * [sveltejs-brunch](https://github.com/StarpTech/sveltejs-brunch) – Brunch build plugin * More to come!