webpack-contrib/file-loader
File Loader 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: 5231
- days_rel: n/a
- days_push: 2007
- n_releases_24m: 0
Adoption not part of the score
1844 stars · 247 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
file-loader is a webpack loader that resolves import/require() calls on files into URLs and emits those files into the webpack output directory. It is deprecated for webpack 5, which provides built-in asset modules as a replacement.
Use cases
- emit imported images into webpack output directory
- resolve image imports to public URLs in a webpack bundle
- configure custom hashed filenames for static assets
- copy fonts and media files during webpack bundling
- migrate legacy webpack 4 asset handling
When to choose
- you are maintaining a legacy webpack 4 build that already uses file-loader
- you need its specific filename templating behavior on an older webpack version
When to avoid
- you are starting a new project with webpack 5 or later - use built-in asset modules instead
- you need modern asset handling features like data-URI inlining thresholds
Facets
plugin · maturity maintenance
build-tool file-system web-development frontend developer-tools webpack-loader asset-pipeline deprecated static-assets nodejs javascript
2 sources
- readme: https://github.com/webpack-contrib/file-loader · fetched 2026-08-28 · 667ec329163f
- registry_npm: https://registry.npmjs.org/file-loader · fetched 2026-08-29 · 75485ae7953f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| webpack-contrib/file-loader | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="webpack-contrib/file-loader")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem