npm tsdown 0.21.1
v0.21.1

15 hours ago

   🚨 Breaking Changes

  • css: Move all CSS support to @tsdown/css package  -  by @sxzz in #809 (1b1a1)

Important

If you are using CSS features (e.g., CSS imports), you now need to manually install the @tsdown/css package:

npm install @tsdown/css -D
# or
pnpm add @tsdown/css -D

Note: CSS support is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.

   🚀 Features

  • css:
    • Add css.inject option to preserve CSS imports in JS output  -  by @sxzz and Claude Haiku 4.5 in #808 (ad745)
    • Support ?inline query for CSS imports  -  by @sxzz in #810 (b7379)
    • Support node_modules package resolution  -  by @sxzz and Claude Haiku 4.5 in #812 (b06b4)

   🐞 Bug Fixes

    View changes on GitHub

Don't miss a new tsdown release

NewReleases is sending notifications on new releases.