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

deps: upgrade esbuild to 0.19.11 #15731

Merged
merged 1 commit into from
Jan 5, 2024
Merged

deps: upgrade esbuild to 0.19.11 #15731

merged 1 commit into from
Jan 5, 2024

Conversation

connorjclark
Copy link
Collaborator

Various improvements here. Nothing to change on our end to take advantage of any, except I changed build-bundle to use the new line limit feature.

https://github.com/evanw/esbuild/blob/main/CHANGELOG.md

@connorjclark connorjclark requested a review from a team as a code owner January 5, 2024 00:09
@connorjclark connorjclark requested review from adamraine and removed request for a team January 5, 2024 00:09
@connorjclark connorjclark merged commit e86124b into main Jan 5, 2024
29 checks passed
@connorjclark connorjclark deleted the esbuild-up branch January 5, 2024 00:31
@@ -160,6 +160,7 @@ async function buildBundle(entryPath, distPath, opts = {minify: true}) {
treeShaking: true,
sourcemap: 'linked',
banner: {js: banner},
lineLimit: 120,
Copy link
Member

Choose a reason for hiding this comment

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

lets go with 1000 ?

120 has some weird effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants