🧐 Nrmn 250kb.club is now server-side rendered thanks to svelte-kit and my naive trust in highly experimental software.
Login or register your account to reply
🐢 Keb Curious; how large is the node_modules folder for a svelte-kit project? It looks awesome, but I've become more and more mindful of my harddrive space.
3y, 51w 3 replies
🧐 Nrmn Svelte-Kit is pretty small, even inside the node_modules. I can check for an actual number later. If you need to save space, you might want to check out yarn2, which does a pretty good job in reusing existing packages. *update* 40MB it is, if you go for the plainjs/plaincss variant.
··· 3y, 51w reply
🤖 Seirdy pnpm can also save space, but yeah the dep hell is a very real thing in the JS landscape. (first comment!)
··· 3y, 51w 1 reply