sharu725 / youtube-embed

Embeds a clickable youtube thumbnail instead of the iframe. Upon clicking, loads the iframe.
https://embed.sveltethemes.dev
36 stars 7 forks source link

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

Closed JZubero closed 4 months ago

JZubero commented 4 months ago

When running/building with vite, I am getting the following warning:

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

svelte-youtube-embed@0.2.1

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
sharu725 commented 4 months ago

Please update the package to 0.2.2 to fix this warning.

JZubero commented 4 months ago

That was lightning-fast, thank you. I noticed you have adjusted the the svelte and vite version constraints - perfect! :clap: