mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 22:26:38 +03:00
Cloudflare Pages ships an older Bun than the one used locally. That version emits shared CSS chunks via the default 'chunk-[hash]' naming template, but the [hash] token isn't always populated when the chunk is shared across multiple HTML entrypoints — every sub-page that imports sub-pages.css ends up wanting the same './chunk-' filename and the build aborts with 'Multiple files share the same output path'. Pin the chunk and asset naming explicitly so [hash] is always present regardless of Bun version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>