TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29137
0efd7fb3 Fixed react-world-flags interop so shade's Flag renders under both bundlers ref https://linear.app/ghost/issue/PLA-96/spike-rolldown-vite-drop-in-build-benchmarks react-world-flags is a CommonJS module shaped `{ __esModule: true, default: Component }`. esbuild/Rollup unwrap the default automatically, but Rolldown returns the wrapper object, so `<ReactFlag/>` renders an object and crashes the analytics location/source views. This adds a bundler-agnostic interopDefault() unwrap so the component resolves under both toolchains. Behavior-preserving under the current Rollup build; unblocks the Rolldown evaluation without changing anything for Rollup.
by Steve Larson
S
Previous page
Previous
Next
Next page