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

chore(http-client): ensure client can be bundled by webpack #2674

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

PaulLeCam
Copy link
Contributor

I noticed the HTTP client can't be bundled with webpack because of some deep dependency, which is likely to affect lots of users.
This change adds a step to the test script to attempt to bundle the HTTP client with webpack, which should help surface and address the current issue, and avoid similar issues to happen later.

Copy link
Contributor

@willex willex left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for surfacing!

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.

None yet

2 participants