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
29143
589acf8d Fixed @svg-maps/world interop so the stats locations map renders under Rolldown ref https://linear.app/ghost/issue/PLA-208 `@svg-maps/world` is a CJS-only data package shaped `{__esModule, default}` with no ESM build. Rolldown resolves the default import to the wrapper object rather than the map data, so `<SVGMap map={World}>` received no locations and rendered blank. Interop-unwrapping the default fixes it and is bundler-agnostic (under Rollup the data object has no `.default`, so the fallback returns it unchanged).
by Steve Larson
S
Succeeded
29143
589acf8d Fixed @svg-maps/world interop so the stats locations map renders under Rolldown ref https://linear.app/ghost/issue/PLA-208 `@svg-maps/world` is a CJS-only data package shaped `{__esModule, default}` with no ESM build. Rolldown resolves the default import to the wrapper object rather than the map data, so `<SVGMap map={World}>` received no locations and rendered blank. Interop-unwrapping the default fixes it and is bundler-agnostic (under Rollup the data object has no `.default`, so the fallback returns it unchanged).
by Steve Larson
S
Previous page
Previous
Next
Next page