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(esbuild): Invert warning about bundle: true #542

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Conversation

lforst
Copy link
Member

@lforst lforst commented Jun 3, 2024

Fixes #537

In #526 we introduced a log message that esbuild's bundle: true is not supported. We messed up because it is actually the complete opposite. We don't support bundle: false.

This PR flips the logic.

@lforst lforst changed the title what was I smoking fix(esbuild): Invert warning about bundle: true Jun 3, 2024
@lforst lforst requested review from mydea, Lms24 and andreiborza June 3, 2024 08:41
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
@lforst lforst enabled auto-merge (squash) June 3, 2024 09:07
@lforst lforst merged commit 07f54b2 into main Jun 3, 2024
16 checks passed
@lforst lforst deleted the lforst-esbuild-bundle branch June 3, 2024 09:07
@jd-carroll
Copy link

Awesome! ♥️

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.

Esbuild Crash Warning
4 participants