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

Prevent webpack from loading https-proxy-agent. #49

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

Domratchev
Copy link
Contributor

Fixes #48.
Another possible fix would be to use:
"browser": "distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle.js",

Removal of renameHttpsAgent function from gulpfile.js should also be considered if the proposed solution is accepted.

@rhurey
Copy link
Member

rhurey commented Apr 4, 2019

The gulpfile should be cleaned up also.

Thanks for catching this, and for the fix.

Copy link
Member

@rhurey rhurey left a comment

Choose a reason for hiding this comment

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

The version in git needs to end in -alpha.0.1 for telemetry reasons, the pack process that we use to publish to npm re-writes the version info in the pack.

rhurey
rhurey previously requested changes Apr 4, 2019
Copy link
Member

@rhurey rhurey left a comment

Choose a reason for hiding this comment

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

The version in git needs to end in -alpha.0.1 for telemetry reasons, the pack process that we use to publish to npm re-writes the version info in the pack.

package.json Outdated Show resolved Hide resolved
Removed 'https-proxy-agent' code from gulpfile.js.
@mahilleb-msft mahilleb-msft merged commit f45078a into microsoft:master Apr 5, 2019
rhurey pushed a commit that referenced this pull request Apr 5, 2019
Removed 'https-proxy-agent' code from gulpfile.js.
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.

Cannot webpack v.1.4.0 due to https-proxy-agent issue.
3 participants