kodepandai / lunox

Laravel-Flavoured Nodejs Framework
https://lunox.js.org
MIT License
75 stars 8 forks source link

Change Bundler from rollup to tsup #53

Closed axmad386 closed 11 months ago

axmad386 commented 11 months ago
axmad386 commented 11 months ago

Please not that tsup experimentalDts still have issue for same cases. Module augmentation not supported yet, so some packages type definition still bundled using dts This PR remove tsc and rollup as dev dependency, switched to tsup for better bundling speed and emitDecorator support