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

vscode-ext: move to esbuild bundling, cleanup #1232

Merged
merged 3 commits into from
Oct 9, 2022

Conversation

cab404
Copy link
Collaborator

@cab404 cab404 commented Oct 8, 2022

This removes node_modules from dependencies all together,fixing long time issue with yarn putting only a subset of dependencies in the extension source tree.

It as well makes extension footprint 15x smaller. (down to 2.3Mb)

Kinda fixes #1162? It actually un-patches vsce though — it really is not an issue it should be solving :D

@vercel
Copy link

vercel bot commented Oct 8, 2022

@cab404 is attempting to deploy a commit to the Quantified Uncertainty Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Collaborator

@berekuk berekuk left a comment

Choose a reason for hiding this comment

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

Impressive wins!

This removes node_modules from dependencies all together fixing long
time issue with yarn putting only a subset of dependencies in the
extension source tree.

It as well makes extension footprint 15x smaller. (down to 2.3Mb)

Kinda fixes quantified-uncertainty#1162? It actually un-patches vsce though — it really is not
an issue it should be solving :D
@cab404 cab404 requested review from berekuk and removed request for OAGr, Hazelfire and quinn-dougherty October 8, 2022 15:46
@vercel
Copy link

vercel bot commented Oct 8, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
squiggle-components ✅ Ready (Inspect) Visit Preview Oct 8, 2022 at 8:52PM (UTC)
squiggle-website ❌ Failed (Inspect) Oct 8, 2022 at 8:52PM (UTC)

Copy link
Collaborator

@berekuk berekuk left a comment

Choose a reason for hiding this comment

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

Website build error is not important (it's because you forked before I did Vercel migration), but lint error should be fixed.

Other than that, looks good now.

@cab404 cab404 requested a review from berekuk October 9, 2022 09:25
@berekuk berekuk merged commit a515d95 into quantified-uncertainty:develop Oct 9, 2022
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.

Patch vsce to work with yarn
2 participants