Skip to content
New issue

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

Fix web3-wallet entry points #377

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Fix web3-wallet entry points #377

merged 2 commits into from
Jun 20, 2024

Conversation

nop33
Copy link
Member

@nop33 nop33 commented Jun 20, 2024

So there are 2 problems with @alephium/web3-wallet.

The first one is that the name of the Webpack minified output is alephium-web3-wallet.min.js, but in the package.json it is referred wrongly as alephium-web3.min.js.

The second is that Webpack was not being executed so the minified file that RN expected was never there.

This PR should be addressing both issues.

Potentially closes #362

@nop33 nop33 requested a review from polarker June 20, 2024 11:59
Copy link
Member

@Lbqds Lbqds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@Lbqds Lbqds merged commit c4ddc99 into master Jun 20, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using @alephium/web3-wallet in react-native fails
2 participants