pqina / svelte-filepond

🔌 A handy FilePond adapter component for Svelte
MIT License
247 stars 10 forks source link

Fix missing exports condition #22

Closed NitrusAphalion closed 8 months ago

NitrusAphalion commented 8 months ago

There is nothing special about this, just needs update for sveltekit 2. Can follow instructions in https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition

It comes out in terminal after 'yarn dev' as:

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

svelte-filepond@0.2.0
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

From package.json: "@sveltejs/vite-plugin-svelte": "^3.0.0",

rikschennink commented 8 months ago

Then please submit a PR?