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

Remove lodash dependency? #38

Open
hackuun opened this issue Oct 19, 2017 · 6 comments · May be fixed by #68
Open

Remove lodash dependency? #38

hackuun opened this issue Oct 19, 2017 · 6 comments · May be fixed by #68

Comments

@hackuun
Copy link

hackuun commented Oct 19, 2017

For what critical reason we are packaged with huge lodash dependency?

@hackuun hackuun changed the title Remove lodash dependency Remove lodash dependency? Oct 19, 2017
@David-Desmaisons
Copy link
Owner

_.difference mainly is needed and has not equivalent in ES6. Contribution and PR are welcome.

@kodekoder
Copy link

@David-Desmaisons hello. What if we include difference separate from whole lodash? As far as I know it is possible.

@mwleinad
Copy link

can confirm this is possible
import difference from 'lodash/difference ';

@hellowodl
Copy link

+1
This package is super bloated due to the inclusion of lodash.

@chris-faulkner
Copy link

I'm just looking to optimise my js file size and this would be a pretty good improvement.
I had a look at it myself, but I think it's a bit out of my league, anyone had luck optimising this?

@jmarchalonis
Copy link

Any update on this?

@zakarialounes zakarialounes linked a pull request May 15, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants