momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
55 stars 60 forks source link

Improve frontend bundling, remove Lodash #924

Closed tsa96 closed 3 months ago

tsa96 commented 3 months ago

I had to bring the allow bundled size up a bit for my last PR, this improves bundling size drastically and lowers the limit.

Old initial bundle size was 1.65mb, new one is 1.01mb.

Below are the old bundles, then new: image image

txml was bundling some node code so I replaced it with fast-xml-parser. lodash-es is now completely gone, our only remaining Lodash usage is in test utils, where _.get is genuinely useful, so we can close https://github.com/momentum-mod/website/issues/747.

@Gocnak you care about this stuff so should check it out - very easy review.