TypeStrong/ts-loader
TypeScript loader for webpack observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 98
- 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: 37.0
- age_days: 4243
- days_rel: 72
- days_push: 13
- n_releases_24m: 7
Adoption not part of the score
3479 stars · 439 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ts-loader is the official TypeScript loader for webpack, compiling .ts and .tsx files during webpack builds. It integrates the TypeScript compiler with webpack's module pipeline, supporting sourcemaps, transpileOnly mode, custom transformers, and project references.
Use cases
- compile typescript files with webpack
- bundle a typescript web app using webpack
- use tsconfig. settings in webpack builds
- speed up webpack builds with transpileOnly mode
- generate sourcemaps for typescript in webpack
- use custom typescript transformers in webpack
When to choose
- you build a TypeScript project with webpack and need full tsc integration
- you need type checking or declaration handling during webpack builds
- you rely on webpack 4/5 with TypeScript and features like project references or custom transformers
When to avoid
- you use Vite, esbuild, or another modern bundler instead of webpack
- you only need fast transpilation without webpack (use tsc or esbuild directly)
- you need TypeScript 7 (Go-based) support before the port is fully complete
Facets
plugin · maturity active
build-tool compiler web-development frontend developer-tools compilers cross-platform webpack-loader typescript bundler-plugin transpilation sourcemaps nodejs
3 sources
- readme: https://github.com/TypeStrong/ts-loader · fetched 2026-08-28 · 13b11903b6fa
- homepage: https://johnnyreilly.com/migrating-ts-loader-to-typescript-7-1-with-ai · fetched 2026-08-29 · 662fe74b6f9d
- site_page: https://johnnyreilly.com/about · fetched 2026-08-29 · 01262af8e570
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TypeStrong/ts-loader | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="TypeStrong/ts-loader")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem