Skip to content

Tags: rluvaton/tsup

Tags

v6.5.0

Toggle v6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix typo in postcssPlugin (egoist#764)

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: rebuild when package.json dependencies changed (egoist#759)

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

v6.3.0

Toggle v6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use loader from config for postcss (egoist#744)

v6.2.3

Toggle v6.2.3's commit message
fix(deps): update bundle-require, fix egoist#695

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]>