We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7b538 commit ff3a626Copy full SHA for ff3a626
1 file changed
svelte.config.js
@@ -40,10 +40,13 @@ const config = {
40
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
41
// for more information about preprocessors
42
preprocess: vitePreprocess(),
43
-
44
vitePlugin: {
45
inspector: mode === 'development',
46
},
+ compilerOptions: {
47
+ runes: true,
48
+ modernAst: true,
49
+ },
50
kit: {
51
adapter: adapter(),
52
csp: {
0 commit comments