Skip to content

Tags: tericcabrel/tsup

Tags

v6.2.2

Toggle v6.2.2's commit message
fix: don't transform to cjs twice, resolves egoist#675

v6.2.1

Toggle v6.2.1's commit message
chore(docs): we can use shell script now

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: improve minification for `--target es5` (egoist#664)

* feat: improve minification for `--target es5`

* remove .only

Co-authored-by: EGOIST <[email protected]>

v6.1.3

Toggle v6.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix `DataCloneError` when DTS is on (egoist#668)

v6.1.2

Toggle v6.1.2's commit message
fix: make `--minify` work with es5 target, fix egoist#653

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(cli): add `--tsconfig` flag to accept custom tsconfig path (egoi…

…st#652)

* feat: expose tsconfig option

* write a test

* oops, remove the only function

* no need for a snapshot

Co-authored-by: EGOIST <[email protected]>

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: ignore esbuild warning if silent is true (egoist#643)

v6.0.1

Toggle v6.0.1's commit message
fix: add missing `tsup-node` command

v6.0.0

Toggle v6.0.0's commit message
Revert "chore(deps): update postcss-load-config"

This reverts commit 485f432.

v5.12.9

Toggle v5.12.9's commit message
chore: adding postcss and swc to optional peerDependencies