We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm in the process of updating the paper-wallet dependencies and thus some code that needs changes.
Currently it is not possible to use it in the browser as no UMD module exists https://github.com/ArkEcosystem/core/blob/master/packages/crypto/package.json#L19. This can be changed to point to dist/index which solves the issue but results in a huge file as webpack doesn't know how to apply tree-shaking to it once included in other projects.
dist/index
Either webpack or rollup (preferred) should be setup to build the crypto package for server and browser support.
See https://github.com/Hotell/typescript-lib-starter for reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm in the process of updating the paper-wallet dependencies and thus some code that needs changes.
Currently it is not possible to use it in the browser as no UMD module exists https://github.com/ArkEcosystem/core/blob/master/packages/crypto/package.json#L19. This can be changed to point to
dist/index
which solves the issue but results in a huge file as webpack doesn't know how to apply tree-shaking to it once included in other projects.Either webpack or rollup (preferred) should be setup to build the crypto package for server and browser support.
The text was updated successfully, but these errors were encountered: