Skip to content

Commit acc32e5

Browse files
committed
Disables experimental async compiler option.
Disables the experimental async compiler option in the Svelte configuration. This change likely addresses an incompatibility or performance issue related to asynchronous compilation. The stack card is broken
1 parent a1a8ada commit acc32e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
55
const config = {
66
compilerOptions: {
77
experimental: {
8-
async: true
8+
async: false
99
}
1010
},
1111
kit: {

0 commit comments

Comments
 (0)