Rollup | SWC | esbuild | tsup | Vite | Parcel | Webpack | |
---|---|---|---|---|---|---|---|
Monorepo support | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ⛔️ |
Performance esbuid/swc | esbuid/swc | ✅ | ✅ | esbuid/swc | esbuid/swc | ✅ | esbuid/swc |
Type declaration (.d.ts) | rollup-plugin-dts | ⛔️ | ⛔️ | rollup-plugin-dts | rollup-plugin-dts | ✅ | ts-loader |
Declaration map (.d.ts.map) | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ts-loader |
Treeshaking | ✅ | ✅ | ✅ | esbuild + rollup | esbuild + rollup | ✅ | ✅ |
Type-check | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ts-loader |
Cache | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ (didn't try) | ✅ | ⛔️ |
Watcher | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Setup | Easy | Easy | Easy | Easy | Easy? (didn't try) | Very easy | Medium |
-
-
Save pyadav/3c07c2b0e397082887f98465c2a97a51 to your computer and use it in GitHub Desktop.
Bundlers comparison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment