Why are are we requiring lodash when it isn't being used? Ran into this due to a failing build of Cannot find module 'lodash-node' which brought me here, but it looks like it's not even being used after it's required. Can we just remove that dependency?
Why are are we requiring lodash when it isn't being used? Ran into this due to a failing build of
Cannot find module 'lodash-node'which brought me here, but it looks like it's not even being used after it's required. Can we just remove that dependency?