AlexWarnes / svelte-fuse-rx

Fusing Svelte and RxJS with simple actions and pipeable stores.
https://svelte-fuse-rx.netlify.app/
21 stars 5 forks source link

Missing export condition for svelte in package.json #8

Open SamMousa opened 9 months ago

SamMousa commented 9 months ago

vite-plugin-svelte is now giving a warning for svelte-fuse-rx:

[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

The fix should be simply to add an export condition for svelte in the package.json file.

https://kit.svelte.dev/docs/packaging

https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition

AlexWarnes commented 8 months ago

Thank you for the heads up! Sorry I missed this issue earlier. I'll take a look this week