daylilyfield / svrollbar

simple custom scrollbar made by svelte
https://daylilyfield.github.io/svrollbar/
MIT License
74 stars 12 forks source link

`package.json` needs exports for Svelte #19

Open stephen-bunn opened 7 months ago

stephen-bunn commented 7 months ago

Your package.json needs to provide exports for Svelte (see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition) Currently, the lack of a defined export is just raising warnings. But Svelte has stated that packages without an export will start to fail in upcoming releases.

...but in a future major release this is going to be removed and without exports condition resolving the library is going to fail.