vadimkorr / svelte-carousel

The awesome carousel component for Svelte 3 :arrow_left: :art: :arrow_right:
https://vadimkorr.github.io/svelte-carousel
Apache License 2.0
290 stars 64 forks source link

Fix error: No exports for svelte in package.json #165

Open pratham2609 opened 3 months ago

pratham2609 commented 3 months ago
Screenshot 2024-08-10 at 2 26 54 PM

Fix no exports condition warning Using the svelte field in package.json to point at .svelte source files is deprecated and you must use a svelte export condition. vite-plugin-svelte 3 still resolves it as a fallback, but in a future major release this is going to be removed and without exports condition resolving the library is going to fail.