8000 GitHub - ocavue/tsdown: An even faster bundler powered by Rolldown.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ tsdown Public
forked from rolldown/tsdown

An even faster bundler powered by Rolldown.

License

Notifications You must be signed in to change notification settings

ocavue/tsdown

 
 

Repository files navigation

tsdown

tsdown npm Unit Test JSR

⚡️ An even faster bundler powered by Rolldown.

Features

  • 🚀 Blazing fast: Build and generate .d.ts powered by Oxc and Rolldown, incredibly fast!
  • ♻️ Powerful ecosystem: Support Rollup / Rolldown / unplugin plugins, and some Vite plugins.
  • 📦 Out-of-box: Support reusing configurations from Vite or Vitest.
  • 🔄 Seamless migration: Compatible with tsup's main options and features, ensuring a smooth transition.

Install

npm i tsdown

Configuration

// tsdown.config.ts
import { defineConfig } from 'tsdown'

export default defineConfig({
  entry: ['./src'],
  // ...
})

Usage

npx tsdown

Migrate from tsup

npx tsdown migrate

Please make sure to commit your changes before migrating.

Credits

This project also partially contains code derived or copied from tsup.

Sponsors

Licenses

This project is licensed under the MIT License.

About

An even faster bundler powered by Rolldown.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • JavaScript 1.0%
0