Releases: egoist/tsup
Releases · egoist/tsup
v5.11.0
5.11.0 (2021-12-10)
Bug Fixes
now cjs shims should only be injected when it's actually used (a6e06e8 )
show a warning if @swc/core
was not installed (213ac91 )
potentially fixed sourcemap issue if you are using cjs format with --splitting
Features
v5.10.3
5.10.3 (2021-12-07)
Bug Fixes
types: build types for src/index.ts
only (ae30b68 )
v5.10.2
5.10.2 (2021-12-07)
Bug Fixes
missing types in previous release (8d8abfe )
v5.10.1
5.10.1 (2021-12-02)
Bug Fixes
only use esm shim for node platform (#475 ) (29dcb8e )
Preserve usused imports when esbuild transforms ts in svelte (#476 ) (1056575 )
shim __dirname
, __filename
in esm bundle (d0870dd )
svelte: handle lang="ts"
(ab5829d )
v5.10.0
5.10.0 (2021-11-25)
Features
add dts.banner
and dts.footer
options (557fcae )
add noExternal
option (f7ed948 )
load tsup config in parent directory until it reaches root, closes #378 (325b254 )
support native .node
files, closes #303 (8cadbb1 )
use swc to support decorator metadata (531a05e )
v5.9.2
5.9.2 (2021-11-25)
Bug Fixes
tsup-node: don't mark compilerOptions.paths
as external, closes #409 (8eac146 )
v5.9.1
5.9.1 (2021-11-24)
Bug Fixes
use bundle-require
to bundle tsup.config.ts
(3aba009 )
windows: normalize path in watcher (#466 ) (9d4d3d7 )
v5.9.0
5.9.0 (2021-11-23)
Features
add --dts-only
flag to emit declarations only (2d4f6b0 )
watch: only trigger rebuild when the changed file is actually imported (88875e6 )
v5.8.1
5.8.1 (2021-11-23)
Bug Fixes
You can’t perform that action at this time.