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.
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 withadapter-static
.Thanks for this project, I appreciate it!