Skip to content

Commit dbae587

Browse files
author
stan
committed
feat: update webpack config
1 parent d4da1ec commit dbae587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = [
9191
}
9292
]
9393
},
94-
externals: [ externals({ allowlist: ['ethers', '@noble/hashes/ripemd160', '@noble/hashes/crypto', '@noble/hashes/scrypt', '@noble/hashes/sha3', '@noble/secp256k1'] }) ],
94+
externals: [ externals({ allowlist: ['ethers'] }) ],
9595
target: 'node'
9696
},
9797
{

0 commit comments

Comments
 (0)