Reduce or remove reliance on lodash. If we do keep it, require sub-modules rather than the entire lib `const _ = require('lodash')` vs `const get = require('lodash/get')`
Reduce or remove reliance on lodash.
If we do keep it, require sub-modules rather than the entire lib
const _ = require('lodash')vs
const get = require('lodash/get')