Skip to content

Commit a71afc1

Browse files
feat: enable syncWebAssembly in webpack config
Issue: BTC-1722
1 parent 8c7e4dc commit a71afc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack/bitgojs.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module.exports = {
5959
experiments: {
6060
backCompat: false,
6161
asyncWebAssembly: true,
62+
syncWebAssembly: true,
6263
},
6364
optimization: {
6465
minimizer: [

0 commit comments

Comments
 (0)