vaxxnz
vaxxnz copied to clipboard
Our JS bundle is way too big
Describe the bug Our js bundle is now 1.4MB, 245kB gzipped. :sweat_smile:
To Reproduce Steps to reproduce the behavior:
- Go to website
- Open network tab in devtools
- Look for this chunk:

- it's pretty big, 1.4MB, 245kB gzipped. It does get cached yes, but for new users it's a big chunk to download.
Additional context Surely we can drop lodash? And probably some more libraries we don't use?
Image courtesy of Minh
Latest screenshot
This is much less of an issue now, but any improvement is welcome!