Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace lodash per-method packages with scoped imports #66

Merged
merged 1 commit into from
Jun 14, 2017

Commits on Jun 14, 2017

  1. 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.
    lencioni committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    401780b View commit details
    Browse the repository at this point in the history