From fab870de98cc0214920f39d20ec527d06aa87a62 Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Tue, 12 May 2020 08:03:53 +0100 Subject: [PATCH] add HMR faq --- site/content/faq/how-do-i-do-hmr.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/content/faq/how-do-i-do-hmr.md diff --git a/site/content/faq/how-do-i-do-hmr.md b/site/content/faq/how-do-i-do-hmr.md new file mode 100644 index 0000000000..88d08b252f --- /dev/null +++ b/site/content/faq/how-do-i-do-hmr.md @@ -0,0 +1,5 @@ +--- +question: How do I do hot module reloading? +--- + +Use the community plugins for [rollup](https://github.com/rixo/rollup-plugin-svelte-hot) and [webpack](https://github.com/rixo/svelte-loader-hot).