Skip to main content
Back to registry

tsdown

antfu/skills

Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc.

Installs3
Install command
npx skills add https://github.com/antfu/skills --skill tsdown
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. Export an array for multiple build configurations: Use functions for dynamic configuration: Use glob patterns to build multiple packages: Always generate type declarations for TypeScript libraries: Externalize dependencies to avoid bundling unnecessary code: Use tree shaking for optimal bundle size: Enable minification for production builds: Add shims for better ESM/CJS compatibility: Auto-generate package.json exports : Use watch mode during development: Preserve structure for utilities with many files: Validate packages in CI before publishing: - Building TypeScript/JavaScript libraries for npm - Generating TypeScript declaration files (.d.ts) - Bundling for multiple formats (ESM, CJS, IIFE, UMD) - Optimizing bundles with tree shaking and minification - Migrating from tsup with minimal changes - Building React, Vue, Solid, or Svelte component libraries - Always generate type declarations for TypeScript libraries: { dts : true } - Externalize dependencies to avoid bundling unnecessary code: { deps : { neverBundle : [ / ^ react / , / ^ @myorg \/ / ] } } - Use tree shaking for optimal bundle size: { treeshake : true } - Enable minification for production builds: { minify : true } - Add shims for better ESM/CJS compatibility: { shims : true } // Adds __dirname, __filename, etc. - Auto-generate...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tsdown do?

Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc.

Is tsdown good?

tsdown does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tsdown work with?

tsdown currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to tsdown?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tsdown?

npx skills add https://github.com/antfu/skills --skill tsdown

Related skills

More from antfu/skills

Related skills

Alternatives in Software Engineering