sharu725 / youtube-embed

Embeds a clickable youtube thumbnail instead of the iframe. Upon clicking, loads the iframe.

Home Page:https://embed.sveltethemes.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JZubero opened this issue · comments

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.

Please update the package to 0.2.2 to fix this warning.

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