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
Add a lightweight parallel rollup runner that processes config arrays
concurrently using the rollup JS API. Use it for @sentry/browser's
build:bundle which runs 93 rollup builds (31 entrypoints × 3 variants).
This reduces the browser bundle build from ~175s to ~65s (~2.6x faster),
which was the critical path for the full `yarn build`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments