gaearon / gaearon/react-proxy

Use lodash-es

Open
#73 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
453
Forks
43
PR merge metrics
No merged PRs in 30d

Description

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.