Files
bun.sh/packages
Claude Bot 30306dd61c refactor(bundler): replace --standalone with --compile --target=browser
Instead of a separate --standalone flag, self-contained HTML output is
now triggered by --compile --target=browser (CLI) or compile: true with
target: "browser" (Bun.build API). This is more intuitive since --compile
already means "produce a single output" and --target=browser clarifies
what kind of output.

- Remove --standalone CLI flag and standalone Bun.build() option
- --compile --target=browser requires ALL entrypoints to be HTML files
- Rename internal option to compile_to_standalone_html for clarity
- When compile+browser is used, skip bun executable compile path
- Update TypeScript types and test suite

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-16 03:48:26 +00:00
..
2026-02-08 01:39:10 -08:00