privatenumber/esbuild-loader
💠 Speed up your Webpack with esbuild ⚡️ observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 76
- age_days: 2307
- days_rel: 79
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
3605 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Webpack loader that uses esbuild to transpile JavaScript and TypeScript and minify output far faster than babel-loader, ts-loader, or Terser. It drops into existing Webpack configs as a drop-in replacement for those slower tools.
Use cases
- speed up webpack builds
- replace babel-loader with esbuild
- replace ts-loader with faster typescript transpilation
- replace terser with faster js minification
- compile typescript in webpack without type checking
- reduce webpack build times for large projects
When to choose
- your Webpack builds are slow due to babel-loader, ts-loader, or Terser
- you want faster transpilation and minification without migrating off Webpack
- you don't need Babel plugin ecosystem or full TypeScript type-checking during bundling
When to avoid
- you rely on Babel plugins or custom transforms esbuild doesn't support
- you need TypeScript type-checking as part of the build (use tsc separately)
- you're not using Webpack (use esbuild or Vite directly)
Facets
plugin · maturity active
build-tool compiler developer-tools web-development frontend developer-tools performance cross-platform webpack-loader esbuild transpilation minification typescript babel-replacement terser-replacement nodejs javascript
2 sources
- readme: https://github.com/privatenumber/esbuild-loader · fetched 2026-08-28 · 4c87c5e1f06e
- registry_npm: https://registry.npmjs.org/esbuild-loader · fetched 2026-08-29 · 98d2f78cca8f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| privatenumber/esbuild-loader | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="privatenumber/esbuild-loader")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem