Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes but this is again nothing to do with svelte.

This is just how Node works, it's not a compiled language and you are not tree shaking all the components from libraries so this is bound to occur.

You can solve this by making your own libraries or just copying the individual source code for specific components into your project instead of including the whole package.

With sveltekit(and maybe nextjs aswell) you are only serving the necessary files to the client instead of including full library source code.

 help



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: