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

Use webpack instead of browserify. Reference newer HW-provider #23

Merged
merged 3 commits into from
Jun 22, 2023

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Jun 22, 2023

Building with browserify isn't working when using the newest HW provider (v6.1.0). See: LedgerHQ/ledger-live#763 (comment).

Therefore, we've switched to using webpack for the signing-providers examples.

@andreibancioiu andreibancioiu self-assigned this Jun 22, 2023
stream: require.resolve("stream-browserify"),
crypto: require.resolve("crypto-browserify"),
path: require.resolve("path-browserify"),
punycode: require.resolve("punycode/"),

Choose a reason for hiding this comment

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

does the path need / at the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@andreibancioiu andreibancioiu merged commit d6d67c9 into main Jun 22, 2023
@andreibancioiu andreibancioiu deleted the use-webpack branch June 22, 2023 13:53
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.

3 participants