Closed rmtuckerphx closed 3 years ago
Reduce the size of the required packages.
Instead of: require('lodash')
require('lodash')
Use a require for the individual functions needed: require('lodash.get') ...
require('lodash.get')
Here is a list of all lodash function used in this project:
hey @rmtuckerphx , we're looking into updating much of this library - we will incorporate these changes there.
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: