gro
gro copied to clipboard
upgrade to svelte5
todo
- the build breaks when the SvelteKit project isn't built without adding
"target": "esnext",
, this is just a Gro problem right? - support Svelte 5 in the loader, something is now broken when importing
.svelte
files ("filename is undefined" when Svelte internally accesses something - one definite problem is that.svelte.ts|js
files need to be compiled)