webpack-contrib/extract-text-webpack-plugin
[DEPRECATED] Please use https://github.com/webpack-contrib/mini-css-extract-plugin Extracts text from a bundle into a separate file observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: n/a
- age_days: 4601
- days_rel: n/a
- days_push: 2653
- n_releases_24m: 0
Adoption not part of the score
3991 stars · 506 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A deprecated webpack plugin that extracts text (primarily CSS) from a JavaScript bundle into a separate file. It has been superseded by mini-css-extract-plugin for webpack 4 and later.
Use cases
- extract css from webpack bundle into a separate stylesheet file
- avoid inlining styles into the javascript bundle
- load css in parallel with js for faster page loads
- generate css source maps with webpack
- split css into its own cacheable file
- migrate legacy webpack 1-3 builds
When to choose
- maintaining a legacy webpack 1, 2, or 3 project that already uses it
- reading or patching an old build configuration that cannot be upgraded yet
When to avoid
- starting any new project
- using webpack 4 or later - use mini-css-extract-plugin instead
- needing hot module replacement for styles
- needing runtime public path modification
Facets
plugin · maturity abandoned
build-tool developer-tools web-development frontend developer-tools cross-platform webpack-plugin css-extraction deprecated bundler-plugin nodejs
2 sources
- readme: https://github.com/webpack-contrib/extract-text-webpack-plugin · fetched 2026-08-28 · 243ad0f52687
- registry_npm: https://registry.npmjs.org/extract-text-webpack-plugin · fetched 2026-08-29 · bb56a84af044
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| webpack-contrib/extract-text-webpack-plugin | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="webpack-contrib/extract-text-webpack-plugin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem