Anybody understand this error? ```You can mark the...
# help
f
Anybody understand this error?
Copy code
You 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 handlers
t
is there more context?
btw you don't need the
md5
package
f
oh
t
Copy code
import crypto from "crypto"
const hash = crypto.createHash('md5').update('some_string').digest("hex")
f
Oh
Thanks!
t
decreasing bundle sizes 1kb at a time 😄
f
The less packages the better! 😄