Skip to content

Commit

Permalink
[docs] fix link to webpack-loader (#7460)
Browse files Browse the repository at this point in the history
Change link for Webpack-loader from svelte-loader-hot, which is deprecated, to official svelte-loader.
  • Loading branch information
benbender committed Apr 14, 2022
1 parent 94f0d7c commit 9778eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/faq/1200-how-do-i-do-hmr.md
Expand Up @@ -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).

0 comments on commit 9778eef

Please sign in to comment.