svelte-lazy icon indicating copy to clipboard operation
svelte-lazy copied to clipboard

Missing export warning on Vite

Open ohida opened this issue 1 year ago • 1 comments

Hi, I encountered the following warning when compiling with Vite (5.0.10).

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

[email protected]

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

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

Thank you for your help :)

ohida avatar Dec 31 '23 02:12 ohida

Thanks. It has been fixed with version 1.2.7

leafOfTree avatar Jan 02 '24 04:01 leafOfTree