summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/src
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-27 09:37:04 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-27 12:37:04 -0500
commit134367427bfec665f7225ddd1efc3f1c2fbc2daa (patch)
tree3efc41b02b567e14e88034b1a3d33f09df8780d6 /packages/integrations/svelte/src
parent337ca508bdd4fb88db5db7b9b1aee77624a346f7 (diff)
downloadastro-134367427bfec665f7225ddd1efc3f1c2fbc2daa.tar.gz
astro-134367427bfec665f7225ddd1efc3f1c2fbc2daa.tar.zst
astro-134367427bfec665f7225ddd1efc3f1c2fbc2daa.zip
[ci] update lockfile (#9519)
* [ci] update lockfile * Fix errors * Better Vue workaround --------- Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/svelte/src')
-rw-r--r--packages/integrations/svelte/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/svelte/src/index.ts b/packages/integrations/svelte/src/index.ts
index b894ee623..695214223 100644
--- a/packages/integrations/svelte/src/index.ts
+++ b/packages/integrations/svelte/src/index.ts
@@ -73,7 +73,6 @@ async function getViteConfiguration({
}
if (!resolvedOptions.preprocess && !(await svelteConfigHasPreprocess(root))) {
- // @ts-expect-error there's a bug with the types where the first arg should be optional
resolvedOptions.preprocess = vitePreprocess();
}