Francis Menguito
06/08/2022, 3:38 PMYou can mark the path "md5" as external to exclude it from the bundle, which will remove this error.
I tried to use it on one of my function handlersthdxr
06/08/2022, 3:38 PMthdxr
06/08/2022, 3:38 PMmd5
packageFrancis Menguito
06/08/2022, 3:38 PMthdxr
06/08/2022, 3:39 PMimport crypto from "crypto"
const hash = crypto.createHash('md5').update('some_string').digest("hex")
Francis Menguito
06/08/2022, 3:39 PMFrancis Menguito
06/08/2022, 3:39 PMthdxr
06/08/2022, 3:40 PMFrancis Menguito
06/08/2022, 3:41 PM