We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa57e17 commit c8c4659Copy full SHA for c8c4659
webpack/bitgojs.config.js
@@ -15,6 +15,8 @@ module.exports = {
15
// use the default version here since we're webpacking ourselves
16
'@bitgo/sdk-api': path.resolve('../sdk-api/dist/src/index.js'),
17
async: path.resolve('../../node_modules/async/index.js'),
18
+ // Force ESM version of wasm-utxo for browser bundles (has proper wasm import)
19
+ '@bitgo/wasm-utxo': path.resolve('../../node_modules/@bitgo/wasm-utxo/dist/esm/js/index.js'),
20
},
21
fallback: {
22
constants: false,
0 commit comments