mirror of
https://github.com/egoist/tsup.git
synced 2026-01-25 16:08:11 +00:00
BREAKING CHANGE: Code splitting now only works for esm format (default output format is `cjs`), code splitting with cjs format is not supported by esbuild, and our workaround is kinda buggy, so we reverted that decision.