gaearon/webpack-sources — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2016-12-08
Combine multiple JavaScript files into one bundle while preserving source map debug info.
Cache expensive source transformations so a build tool doesn't redo the same work.
Track whether a piece of code came from an original file or was generated during a build.
Add prefixes or replace sections of code while keeping accurate line-mapping for errors.
| gaearon/webpack-sources | amarjitjim/browserpilot | andershaig/cssess | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2016-12-08 | — | 2011-08-19 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 4/5 | 3/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Intended for use inside build tool code, not a standalone CLI or app.
A toolkit for build tools like webpack to wrap, combine, and track source code alongside its source maps during bundling.
Mainly JavaScript. The stack also includes JavaScript.
Dormant — no commits in 2+ years (last push 2016-12-08).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.