From fcdb28c8827288055c95d2e79fd13cfce31b2175 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 26 Dec 2025 10:47:14 -0500 Subject: [PATCH] chore: disable HMR in playground (#17397) --- playgrounds/sandbox/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/sandbox/svelte.config.js b/playgrounds/sandbox/svelte.config.js index e1a6f1385b..68ac605385 100644 --- a/playgrounds/sandbox/svelte.config.js +++ b/playgrounds/sandbox/svelte.config.js @@ -1,6 +1,6 @@ export default { compilerOptions: { - hmr: true, + hmr: false, experimental: { async: true