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

fix: another node 10 fix #1638

Merged
merged 2 commits into from
Apr 3, 2023
Merged

fix: another node 10 fix #1638

merged 2 commits into from
Apr 3, 2023

Conversation

connor4312
Copy link
Member

@connor4312 connor4312 commented Apr 3, 2023

esbuild can minify syntax as well, and by default it targets esnext,
which caused it to emit null coaslecing. Set the target explicitly
to avoid this.

Fixes #1624 (again)

esbuild can minify syntax as well, and by default it targets esnext,
which caused it to emit null coaslecing. Set the target explicitly
to avoid this.
@connor4312 connor4312 enabled auto-merge (squash) April 3, 2023 16:40
@vscodenpa vscodenpa added this to the April 2023 milestone Apr 3, 2023
@connor4312 connor4312 merged commit bebebd6 into main Apr 3, 2023
@connor4312 connor4312 deleted the connor4312/more-node-10-fixes branch April 3, 2023 18:01
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.

VS code crashes when debugging after update with Node <=12
3 participants