Skip to content

Commit

Permalink
fix(proof): add temporary fixed resolution for web-worker dep
Browse files Browse the repository at this point in the history
Adding the 'resolutions' field with the static version of web-worker solves the problem described in
issue #713. To be regarded as a temporary solution.

re #713


Former-commit-id: ca36ed5
  • Loading branch information
cedoor committed Mar 19, 2024
1 parent 4fc4675 commit b603dba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"@zk-kit/utils": "0.8.1",
"ethers": "6.10.0",
"snarkjs": "0.7.3"
},
"resolutions": {
"web-worker": "1.2.0"
}
}

0 comments on commit b603dba

Please sign in to comment.