Open SamMousa opened 9 months ago
vite-plugin-svelte is now giving a warning for svelte-fuse-rx:
vite-plugin-svelte
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.
package.json
https://kit.svelte.dev/docs/packaging
https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition
Thank you for the heads up! Sorry I missed this issue earlier. I'll take a look this week
vite-plugin-svelte
is now giving a warning forsvelte-fuse-rx
: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