We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4da1ec commit dbae587Copy full SHA for dbae587
webpack.config.js
@@ -91,7 +91,7 @@ module.exports = [
91
}
92
]
93
},
94
- externals: [ externals({ allowlist: ['ethers', '@noble/hashes/ripemd160', '@noble/hashes/crypto', '@noble/hashes/scrypt', '@noble/hashes/sha3', '@noble/secp256k1'] }) ],
+ externals: [ externals({ allowlist: ['ethers'] }) ],
95
target: 'node'
96
97
{
0 commit comments