Upgrade kit from 1.0.0-next.202 to 1.0.0-next.299

annoyingly got stuck in dependency hell here because of breaking changes in vite-plugin-svelte
This commit is contained in:
Ryan Gossiaux
2023-06-14 12:10:22 -07:00
parent 20cf4f0e16
commit 782b3ee49c
6 changed files with 540 additions and 839 deletions

View File

@@ -26,9 +26,6 @@ const config = {
return !filepath.endsWith(".test.ts");
},
},
// hydrate the <div id="svelte"> element in src/app.html
target: "#svelte",
},
};