DEV Community

Discussion on: 14 functions I made to dump lodash and reduce my bundle size...

Collapse
 
robertomaurizzi profile image
Roberto Maurizzi

I recently added lodash to a project I'm working on.Docs are inconclusive, some recommendations I found about importing lodash functions from submodules do not work (either they were using the now deprecated standalone submodules, or something changed somewhere).
In the end I added a babel module designed to strip away the unused pieces of lodash and that gave me a very decent subset of it in my bundle.
Again, my impression? The Javascript ecosystem is a royal mess that can continue only because it has no competition.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Here here to that... :)