You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a browser environment Vue application. When using the SDK it does not work because of "type": "module" in the package.json file. When running with this I get a "reuire not defined".
When removing that line manually in the sdk, everything works locally, but this does not work when deploying ofc.
Are there any reason for type module, since AFAIK it just got added in 3.3.8 ->?
Any tips on how to get it to work in browser environment?
I also noticed that permutation.ts uses require for blake2b, is it possible to set this up to be browserfriendly?
The text was updated successfully, but these errors were encountered:
I'm running a browser environment Vue application. When using the SDK it does not work because of "type": "module" in the package.json file. When running with this I get a "reuire not defined".
When removing that line manually in the sdk, everything works locally, but this does not work when deploying ofc.
Are there any reason for type module, since AFAIK it just got added in 3.3.8 ->?
Any tips on how to get it to work in browser environment?
I also noticed that
permutation.ts
uses require for blake2b, is it possible to set this up to be browserfriendly?The text was updated successfully, but these errors were encountered: