Oh, sorry about that. I needed crypto
for something else, and didn’t realize it was also needed for node-uuid. Add this to your custom rollup config:
external: [
"crypto"
],
globals: {
crypto: "crypto"
}
Oh, sorry about that. I needed crypto
for something else, and didn’t realize it was also needed for node-uuid. Add this to your custom rollup config:
external: [
"crypto"
],
globals: {
crypto: "crypto"
}