What is the right way to include loadash in your l...
# help
d
What is the right way to include loadash in your lambdas? I get
Copy code
> src/widgets/create.js:1:14: error: Could not resolve "loadash" (mark it as external to exclude it from the bundle)
    1 │ import _ from 'loadash';
As per the documentation, external modules are modules already present in the lambda environment, but loadash isn’t to my knowledge. Lodash works, it was a typo
r
Shouldn't that be lodash?
d
… oh my… Spent 3h on a typo. Thank you.
r
We've all been there 😄