Closed LitoMore closed 2 years ago
Our current npm run build takes too long time.
npm run build
We could use esbuild instead of rollup + terser.
esbuild
rollup + terser
I just saw this as something very beneficial for times.
this could be with https://github.com/egoist/tsup ?
Our current
npm run build
takes too long time.We could use
esbuild
instead ofrollup + terser
.References