Skip to content

Import only what you need from lodash #3

@mxdubois

Description

@mxdubois

Hey, it looks like your built file contains all of lodash@4.6.1 whereas it should really only contain the functions that you use.

You can fix this pretty easily by requireing the function files directly instead of requireing the toplevel lodash object, e.g. var some = require('lodash/some').

That aside, this looks like a handy library. Thanks for publishing it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions