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

Tree-shake lodash #3

Open
thoughtspile opened this issue May 3, 2021 · 2 comments
Open

Tree-shake lodash #3

thoughtspile opened this issue May 3, 2021 · 2 comments

Comments

@thoughtspile
Copy link
Owner

We rely on lodash object (import * as _ from 'lodash'), which brings a lot of unneeded code to the project. It would be nice to either use native equivalents, eg _.extend -> Object.assign, or import get from 'lodash/get'. import { get } from 'lodash' would not cut it yet, since we don't have a es-module build.

Here's a list of 10 files currently using lodash

@dickosmad
Copy link

Hi ,
As a beginner can i pick the issue . Never participate to an open source .
Thanks

@thoughtspile
Copy link
Owner Author

@dickosmad sure, this would be a great start ;-)

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

No branches or pull requests

2 participants