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

[FE-10707] Remove Node stuff from browser-connector #176

Merged

Conversation

jonvuri
Copy link
Contributor

@jonvuri jonvuri commented Mar 10, 2020

The Node requirements that are guarded with isNodeRuntime() in mapd-con-es6 were being rolled up into the browser-connector bundle. This change declares them as externals in the browser webpack build, pointing to a shimmed no-op module, so that they don't get included in the browser-connector or anything that pulls it in as a UMD module.

Copy link
Contributor

@israelvicars israelvicars left a comment

Choose a reason for hiding this comment

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

Reviewed and verified tests pass locally

@jonvuri jonvuri merged commit 3d08a41 into master Mar 10, 2020
@jonvuri jonvuri deleted the jrajav/FE-10707_remove-node-stuff-from-browser-connector branch March 10, 2020 21:54
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