kbrgl / svelte-french-toast

🍞🥂 Buttery smooth toast notifications for Svelte
https://svelte-french-toast.vercel.app/
MIT License
809 stars 28 forks source link

LoaderIcon very large bundle size #60

Closed Hugos68 closed 8 months ago

Hugos68 commented 8 months ago

When building my app using svelte-french-toast all my chunks in the final build are usually around 1-40kb max but there is this 1 chunk called "LoaderIcon" (presumably from svelte-french-toast) that is 400kb of javascript.

image

Deminified contents: deminified.txt

Hugos68 commented 8 months ago

Nevermind, apparently some other package was being bundled inside that file, vite gave it LoaderIcon as name but that wasn't really the main content of that file.