Since upgrading to SvelteKit 2, I get this error:
8:53:29 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no
exports condition for svelte.
svelte-markdown@0.4.0
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
You have specified a baseUrl and/or paths in your tsconfig.json which interferes with SvelteKit's auto-generated
tsconfig.json. Remove it to avoid problems with intellisense. For path aliases, use `kit.alias` instead:
https://kit.svelte.dev/docs/configuration#alias
J
Since upgrading to SvelteKit 2, I get this error:
J