🐞 Bug Fixes
- Add script tag validation - by @benhoad in https://github.com/egoist/tsup/issues/1314 (df736)
- Update esbuild to fix sourcemap source issue - by @ArcherGu and @sxzz in https://github.com/egoist/tsup/issues/1316 (fb8ae)
Bundles TypeScript libraries with esbuild, with no config.
fix-dts-default-cjs-exports to transform CJS types - by @userquin in https://github.com/egoist/tsup/issues/1310 (c654e)removeNodeProtocol work with shims - by @aryaemami59 (769aa)onSuccess - by @laat in https://github.com/egoist/tsup/issues/1256 (314a6)experimentalDts only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)No significant changes
No significant changes
es2024 target - by @sxzz (4c8cd)neutral value to platform options in schema.json - by @venables in https://github.com/egoist/tsup/issues/982 (a03db)target option - by @odanado in https://github.com/egoist/tsup/issues/1118 (1979b)terser value to minify option in schema.json - by @damienbutt in https://github.com/egoist/tsup/issues/991 (34951)newlineKind to lf for experimentalDts - by @aryaemami59 in https://github.com/egoist/tsup/issues/1234 (4584b)output.compact when minify is enabled - by @hyrious in https://github.com/egoist/tsup/issues/1232 (9cc86)Node16 and NodeNext module resolution in experimentalDts - by @aryaemami59 in https://github.com/egoist/tsup/issues/1225 (41c98)