这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: egoist/tsup

v5.3.0

04 Oct 13:25

Choose a tag to compare

5.3.0 (2021-10-04)

Features

v5.2.1

26 Sep 12:44

Choose a tag to compare

5.2.1 (2021-09-26)

Bug Fixes

  • modules should not be externalized in iife format (f29ec8f)

v5.2.0

24 Sep 14:31
eceda2f

Choose a tag to compare

5.2.0 (2021-09-24)

Features

v5.1.0

16 Sep 13:09

Choose a tag to compare

5.1.0 (2021-09-16)

Features

  • make experimental cjs code splitting available behine flag --splitting (1667fd2), closes #408

v5.0.0

15 Sep 14:01
49f48ea

Choose a tag to compare

5.0.0 (2021-09-15)

Bug Fixes

  • only enable code splitting in esm format (#403) (49f48ea)

BREAKING CHANGES

  • 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.

v4.14.0

16 Aug 08:48
a87b3d5

Choose a tag to compare

4.14.0 (2021-08-16)

Features

v4.13.1

04 Aug 15:53

Choose a tag to compare

4.13.1 (2021-08-04)

Bug Fixes

  • upgrade to rollup-plugin-dts 3.0.2 (5cac0ea), closes #368

v4.13.0

04 Aug 15:46
d5d2f77

Choose a tag to compare

4.13.0 (2021-08-04)

Features

v4.12.5

06 Jul 19:41
405e165

Choose a tag to compare

4.12.5 (2021-07-06)

Bug Fixes

v4.12.4

06 Jul 16:02

Choose a tag to compare

4.12.4 (2021-07-06)

Bug Fixes

  • config: allow to export config as tsup (fc8d689), closes #351