coredump-ch / reservation-web

Web interface for the 3D printer reservation API.
5 stars 0 forks source link

Svelte: Reduce bundle size #13

Open dbrgn opened 4 years ago

dbrgn commented 4 years ago

Some libs are included in their entirety. I believe this is the case for momentjs.

Try to include only the stuff we need. If that's not possible, implement code splitting (maybe load momentjs as an external lib).

dbrgn commented 4 years ago

We should probably get rid of momentjs: https://github.com/you-dont-need/You-Dont-Need-Momentjs