You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -203,12 +211,18 @@ Rollup does not natively support HMR. You'll need to use one of the following so
203
211
-[rollup-plugin-hot]
204
212
-[Nollup][nollup]
205
213
206
-
### Webpack
214
+
### Svelte Native
215
+
216
+
The official [Svelte Native template][svelte-native-template]
217
+
already includes HMR support.
207
218
208
-
Documentation & examples for Webpack are currently lagging behind...
219
+
### Snowpack
209
220
210
-
-[svelte-loader-hot]
211
-
-[svelte-template-webpack-hot]
221
+
Official [Snowpack plugin for Svelte][snowpack/plugin-svelte] has HMR support via `svelte-hmr`. Use [create-snowpack-app] with [app-template-svelte] to get started quickly:
Note that further work on HMR for Sapper is not pursued anymore, by me or anyone I would be aware of.
224
238
225
-
The official [Svelte Native template](svelte-native-template)
226
-
already includes HMR support.
239
+
### Vite 1
227
240
228
-
### Vite
241
+
Please note that both Vite 1 itself and the `vite-plugin-svelte` for Vite 1 linked bellow are deprecated / not supported anymore.
229
242
230
-
-[vite-plugin-svelte]
243
+
-[@intrnl/vite-plugin-svelte]
231
244
-[svite]
232
245
233
-
### Snowpack
234
-
235
-
Official [Snowpack plugin for Svelte](snowpack/plugin-svelte) has HMR support via `svelte-hmr`. Use [create-snowpack-app] with [app-template-svelte] to get started quickly:
0 commit comments