bodjay / svelte-copy-to-clipboard

A flexible copy to clipboard component for Svelte
https://svelte-copy-to-clipboard.netlify.com/
MIT License
24 stars 7 forks source link

with sveltekit v2: "svelte field in their package.json but no exports condition for svelte." #24

Open 0gust1 opened 10 months ago

0gust1 commented 10 months ago

First, thanks for this small utility !

After an update of our project to sveltekit v2, we had the following warning (the package still works).

17:59:01 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
...
svelte-copy-to-clipboard@0.2.5
...
0gust1 commented 4 months ago

@bodjay (in advance, sorry for tagging you), if it helps, don't hesitate to tell if you'll consider accepting a small PR for this.