You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: build to .js for Sentry sourcemap upload (#700)
The Sentry esbuild plugin requires files with `.js` extension to
properly inject debug IDs and upload source maps.
This changes the build process to:
1. Build to `dist/craft.js` first
2. Let the Sentry plugin inject debug IDs and upload source maps
3. Rename to `dist/craft` (the final executable)
4. Clean up any remaining source map files
0 commit comments