Browse Source

bug-fix build

imwald
Silberengel 7 days ago
parent
commit
4177ccd6fe
  1. 4
      importmap.php

4
importmap.php

@ -63,6 +63,10 @@ return [
'@noble/hashes/utils' => [ '@noble/hashes/utils' => [
'version' => '1.3.1', 'version' => '1.3.1',
], ],
// Used by @noble/hashes/utils (WebCrypto); without this, dynamic import of nip19 fails in the browser.
'@noble/hashes/crypto' => [
'version' => '1.3.1',
],
'@scure/base' => [ '@scure/base' => [
'version' => '1.1.1', 'version' => '1.1.1',
], ],

Loading…
Cancel
Save