Wow - I just converted a React component library build process from Rollup...
Wow - I just converted a React component library build process from Rollup to esbuild.
Before, using Rollup: 33 seconds
After, using esbuild: 8 seconds 🥳
And 7.9 of that 8 seconds is the TypeScript compiler emitting types. It only takes esbuild 111ms to compile 300+ files. 😍
