EGOIST 7a1e001e08 fix: stop replacing process.env.NODE_ENV
BREAKING CHANGE:

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.
2021-02-17 14:49:46 +08:00
2020-05-10 18:33:02 +08:00
2020-05-10 18:33:02 +08:00
2020-05-10 18:33:02 +08:00
2020-11-27 21:17:33 +08:00

tsup

npm version npm downloads

Bundle your TypeScript library with no config, powered by esbuild.

Quick Start

tsup src/index.ts

This will bundle src/index.ts to dist/index.js.

Documentation

https://tsup.egoist.sh

License

MIT © EGOIST (Kevin Titor)

Description
The simplest and fastest way to bundle your TypeScript libraries.
Readme 12 MiB
Languages
TypeScript 98.7%
JavaScript 0.7%
Dockerfile 0.6%