We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was using npm link for testing the VZCode upstream changes in VizHub.
npm link
That has become unwieldy, as there are various errors around multiple copies of react-router, which is nasty.
react-router
That problem would ideally be a non-issue.
Proposal: we use Git submodules to include VZCode as a package within the NPM workspace of this monorepo.
I think that would work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was using
npm link
for testing the VZCode upstream changes in VizHub.That has become unwieldy, as there are various errors around multiple copies of
react-router
, which is nasty.That problem would ideally be a non-issue.
Proposal: we use Git submodules to include VZCode as a package within the NPM workspace of this monorepo.
I think that would work.
The text was updated successfully, but these errors were encountered: