I have written a sveltekit app that I would like to deploy for instance on AlwaysData.
On the AlwaysData servers I can use up to 100Mo. I thought this would be plenty for the very small app I have written. But it is not the case : my app is more than 400Mo.
I looked into it and noticed two things :
Hence my question:
Following are the libraries I use and the size they should be according to bundlephobia :
So how does an app that should take less than a 100kB end up taking 400MB ? Even from an environmental point of view, this looks a bit annoying...
You only need to deploy the build folder nothing more.