mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Add documentation about using code splitting with standalone executables
(commit f0eb0472e6). Code splitting is now supported via the --splitting
flag with --compile, enabling dynamic imports to be split into separate
chunks within executables.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>