rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Vite info/warning depending on more than 10 external files (they are tailwind plugins) #684

Open thebspin opened 1 month ago

thebspin commented 1 month ago

On every hot reload vite shows me a info/warning about svelte-select depending on more than 10 external files. All these files are listed, they are all tailwind plugins and one of them is the tailwind.config itself. Why is this showing when using the plugin? I expect the plugin itself when build to not use tailwind anymore?