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

Add proxy support for nodeJS. #40

Merged
merged 1 commit into from
Mar 15, 2019
Merged

Add proxy support for nodeJS. #40

merged 1 commit into from
Mar 15, 2019

Conversation

rhurey
Copy link
Member

@rhurey rhurey commented Mar 13, 2019

As the proxy package depends on node features, when the webpack is built this change will skip building it in and will replace any use of it with an exception. Since the use is conditional to using a WebSocket library that also only works in node, this should be safe.

As the proxy package depends on node features, when the webpack is built this change will skip building it in and will replace any use of it with an exception. Since the use is conditional to using a WebSocket library that also only works in node, this should be safe.
@@ -74,7 +76,7 @@
"usePathForSuiteName": "true"
},
"dependencies": {
"@types/ws": "^6.0.1",
"https-proxy-agent": "^2.2.1",
Copy link
Member

Choose a reason for hiding this comment

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

"https-proxy-agent": "^2.2.1" [](start = 2, length = 31)

do we need a legal review and add this to our open-source dependencies?

Copy link
Member

@fmegen fmegen left a comment

Choose a reason for hiding this comment

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

:shipit:

@rhurey rhurey merged commit 0667816 into master Mar 15, 2019
@rhurey rhurey deleted the rhurey/proxysupport branch May 29, 2019 00:38
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.

2 participants