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

Use lodash-es #73

Open
Vanuan opened this issue Apr 7, 2017 · 3 comments
Open

Use lodash-es #73

Vanuan opened this issue Apr 7, 2017 · 3 comments

Comments

@Vanuan
Copy link

Vanuan commented Apr 7, 2017

Currently it depends on lodash.

    lodash "^4.6.1"

This results in 2 copies of lodash being loaded. It would be nicer it it depended only on ES version (lodash-es).
Alternatively, you could add es folder and load it using module option in package.json.

@JoseInTheArena
Copy link

🔥 I need this too!

@alaingoga
Copy link

Any possible way to contribute on this issue. We really need to remove the whole lodash as dependency instead of needed modules.

@lkatartn
Copy link

@alaingoga Pull request #79 removes lodash from dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants