Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed May 13, 2024
1 parent 7027f43 commit fddb774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ export default {
fs: false,
crypto: path.resolve(__dirname, 'scripts/polyfills/crypto.js'),
},
alias: {
alias: {
'tiny-secp256k1': '@bitcoinerlab/secp256k1',
secp256k1: 'secp256k1-noble'
secp256k1: 'secp256k1-noble',
},
},
plugins: [
Expand Down

0 comments on commit fddb774

Please sign in to comment.