disable hmr for now

aa-coordination
Rich Harris 7 months ago
parent 2c557b6cd8
commit 5530ae5ea7

@ -11,7 +11,7 @@ export default defineConfig({
inspect(),
svelte({
compilerOptions: {
hmr: true,
hmr: false,
experimental: {
async: true
}

Loading…
Cancel
Save