-
Notifications
You must be signed in to change notification settings - Fork 65
refactor: improve error handling in bundle creation #82
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
base: pranaygp/extract-path-helpers
Are you sure you want to change the base?
refactor: improve error handling in bundle creation #82
Conversation
🦋 Changeset detectedLatest commit: 9edd6a2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Enhances logEsbuildMessages to throw on critical errors by default, ensuring build failures are properly surfaced instead of being silently logged. Changes: - Added throwOnError parameter to logEsbuildMessages (defaults to true) - When errors occur, now throws with formatted error messages - Collects all error messages and locations for comprehensive error reporting This prevents builds from appearing successful when esbuild encounters critical errors, improving debugging and build reliability. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
ed696c2 to
9edd6a2
Compare
93750d8 to
bfd4924
Compare

Enhances logEsbuildMessages to throw on critical errors by default,
ensuring build failures are properly surfaced instead of being silently logged.
Changes:
This prevents builds from appearing successful when esbuild encounters
critical errors, improving debugging and build reliability.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com