mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
[docs] fix link to webpack-loader (#7460)
Change link for Webpack-loader from svelte-loader-hot, which is deprecated, to official svelte-loader.
This commit is contained in:
parent
94f0d7c478
commit
9778eef6db
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user