You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vite-plugin-svelte throws the following warning on the @splidejs/svelte-splide package:
7:02:25 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
@splidejs/[email protected]
@splidejs/[email protected]
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
Reproduction Link
No response
Steps to Reproduce
Update/be running Svelte >= v4 and SvelteKit >= v2
Run npm run dev in your SvelteKit project
Expected Behaviour
Not have the error thrown. I'm not sure internally how Splide Svelte works, but perhaps this warning is applicable?
The text was updated successfully, but these errors were encountered:
Checks
Version
4.1.4
Description
vite-plugin-svelte throws the following warning on the
@splidejs/svelte-splide
package:Reproduction Link
No response
Steps to Reproduce
npm run dev
in your SvelteKit projectExpected Behaviour
Not have the error thrown. I'm not sure internally how Splide Svelte works, but perhaps this warning is applicable?
The text was updated successfully, but these errors were encountered: