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

Releases: egoist/tsup

v4.5.0

27 Feb 06:57

Choose a tag to compare

4.5.0 (2021-02-27)

Features

  • let esbuild handle css extracted from svelte components (06906f2)

v4.4.0

27 Feb 05:35

Choose a tag to compare

4.4.0 (2021-02-27)

Features

v4.3.1

24 Feb 07:44

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

Choose a tag to compare

4.3.0 (2021-02-23)

Features

  • support RegExp in external (ef8e2c6)

v4.2.0

23 Feb 07:34

Choose a tag to compare

4.2.0 (2021-02-23)

Features

v4.1.0

22 Feb 16:47

Choose a tag to compare

4.1.0 (2021-02-22)

Features

v4.0.1

22 Feb 16:27

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

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

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

Choose a tag to compare

3.12.0 (2021-01-23)

Features

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