fix sandbox

aaa
Rich Harris 8 months ago
parent 08c7e7bcab
commit 99998926e4

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

Loading…
Cancel
Save