vite bundling unused components from external libraries (SSR)
o/ question, i'm using https://github.com/x64Bits/solid-icons for icons and while i really like it, it seems to be including icons that i'm not using in the final build. my website is SSR'd and deployed in vercel, and it's complaining that the
render
render
function is too big. is there anything i can do to make it exclude icons i am not using?