-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters