NMFR/optimize-css-assets-webpack-plugin
A Webpack plugin to optimize \ minimize CSS assets. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3890
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
1133 stars · 57 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Webpack plugin that searches for CSS assets during the Webpack build and optimizes/minimizes them, by default using cssnano. It also solves the CSS duplication problem caused by extract-text-webpack-plugin merging text chunks.
Use cases
- minimize css assets in a webpack build
- remove duplicate css created by extract-text-webpack-plugin
- optimize css with cssnano during bundling
- strip comments from production css bundles
- run a custom css processor on webpack css output
When to choose
- you are on webpack v4 and need css minification in your build
- you need to deduplicate css produced by extract-text-webpack-plugin
- you want to plug a custom css processor into the webpack pipeline
When to avoid
- you use webpack v5 or above - use css-minimizer-webpack-plugin instead
- you use webpack v3 or below - use version 3.2.0 of this plugin instead
- you need actively developed css optimization tooling
Facets
plugin · maturity maintenance
build-tool css-framework web-development frontend developer-tools webpack-plugin css-minification cssnano asset-optimization deprecated-for-webpack5 nodejs web-server
2 sources
- readme: https://github.com/NMFR/optimize-css-assets-webpack-plugin · fetched 2026-08-28 · b3d945655934
- registry_npm: https://registry.npmjs.org/optimize-css-assets-webpack-plugin · fetched 2026-08-29 · a791af8009fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NMFR/optimize-css-assets-webpack-plugin | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="NMFR/optimize-css-assets-webpack-plugin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem