mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
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.