From 9778eef6db9dec95cfd640b8103fa1a751a7b27a Mon Sep 17 00:00:00 2001 From: Benjamin Bender Date: Thu, 14 Apr 2022 16:04:12 +0200 Subject: [PATCH] [docs] fix link to webpack-loader (#7460) Change link for Webpack-loader from svelte-loader-hot, which is deprecated, to official svelte-loader. --- site/content/faq/1200-how-do-i-do-hmr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/1200-how-do-i-do-hmr.md b/site/content/faq/1200-how-do-i-do-hmr.md index 37fb121c02d..e9a4fd9de88 100644 --- a/site/content/faq/1200-how-do-i-do-hmr.md +++ b/site/content/faq/1200-how-do-i-do-hmr.md @@ -2,4 +2,4 @@ question: How do I do hot module reloading? --- -We recommend using [SvelteKit](https://kit.svelte.dev/), which supports HMR out of the box and is built on top of [Vite](https://vitejs.dev/) and [svelte-hmr](https://github.com/sveltejs/svelte-hmr). There are also community plugins for [rollup](https://github.com/rixo/rollup-plugin-svelte-hot) and [webpack](https://github.com/rixo/svelte-loader-hot). +We recommend using [SvelteKit](https://kit.svelte.dev/), which supports HMR out of the box and is built on top of [Vite](https://vitejs.dev/) and [svelte-hmr](https://github.com/sveltejs/svelte-hmr). There are also community plugins for [rollup](https://github.com/rixo/rollup-plugin-svelte-hot) and [webpack](https://github.com/sveltejs/svelte-loader).