Use lodash-es
Open
- 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.