tabler / tabler-icons

A set of over 5700 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.31k stars 917 forks source link

Tree shaking doesn't work (SvelteKit v2) #945

Open Myphz opened 11 months ago

Myphz commented 11 months ago

Hello! I'm using the newly released SvelteKit 2.0. I installed the package, and to my surprise, even though I only included 2 icons, when building the project I can see that every single icon gets bundled. This makes the project take ~1 minute to build, even if it's just 2 static pages!

I am running the default configuration of vite + svelte config. The problem appears both with adapter-node and with adapter-static.

Thanks for this project, I appreciate it!

BG-Software-BG commented 11 months ago

Duplicate of #669

MarArMar commented 8 months ago

Temporary fix :

Set to this version in package.json :

"@tabler/icons-svelte": "2.30.0",