actionably / dashbot

Dashbot - Analytics for your bot
Other
39 stars 27 forks source link

Require individual Lodash Modules instead of the Full Lodash library #38

Closed rmtuckerphx closed 3 years ago

rmtuckerphx commented 3 years ago

Reduce the size of the required packages.

Instead of: require('lodash')

Use a require for the individual functions needed: require('lodash.get') ...

Here is a list of all lodash function used in this project:

shotamakino commented 3 years ago

hey @rmtuckerphx , we're looking into updating much of this library - we will incorporate these changes there.