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

Releases: egoist/tsup

v4.4.0

27 Feb 05:35
Compare
Choose a tag to compare

4.4.0 (2021-02-27)

Features

v4.3.1

24 Feb 07:44
Compare
Choose a tag to compare

4.3.1 (2021-02-24)

Bug Fixes

  • add flag to disable code splitting, closes #255 (fe6ecaa)

v4.3.0

23 Feb 14:06
Compare
Choose a tag to compare

4.3.0 (2021-02-23)

Features

  • support RegExp in external (ef8e2c6)

v4.2.0

23 Feb 07:34
Compare
Choose a tag to compare

4.2.0 (2021-02-23)

Features

v4.1.0

22 Feb 16:47
Compare
Choose a tag to compare

4.1.0 (2021-02-22)

Features

v4.0.1

22 Feb 16:27
Compare
Choose a tag to compare

4.0.1 (2021-02-22)

Bug Fixes

  • dts: no longer preserveEntrySignatures (ce296ae)

v4.0.0

17 Feb 06:51
Compare
Choose a tag to compare

4.0.0 (2021-02-17)

Bug Fixes

  • stop replacing process.env.NODE_ENV (7a1e001)

BREAKING CHANGES

  • tsup will no longer replace process.env.NODE_ENV with production or development, cuz tsup is designed for bundling Node.js libraries, therefore it doesn't make sense to replace it at build time, however you can still enable this by using --replaceNodeEnv flag.

v3.12.1

30 Jan 13:04
Compare
Choose a tag to compare

3.12.1 (2021-01-30)

Bug Fixes

  • better error handling for loading tsconfig.json, closes #227 (d9be211)

v3.12.0

23 Jan 08:47
Compare
Choose a tag to compare

3.12.0 (2021-01-23)

Features

  • re-introduce --dts bundle support (ba8821e)

v3.11.0

14 Dec 11:55
Compare
Choose a tag to compare

3.11.0 (2020-12-14)

Features