Skip to content
Snippets Groups Projects
Commit d8a0a153 authored by Joe Lencioni's avatar Joe Lencioni
Browse files

Replace lodash per-method packages with scoped imports

The per-method packages are zero-dependency modules, so they often
include a bunch of extra code compared to importing from lodash/foo. We
can save some bundle size by using these partial includes instead.

Additionally, if I recall correctly, the per-method packages are all
deprecated and no longer updated, so this is the way to go for lodash
moving forward.
parent 8f2fed00
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment