ronami/minipack resource
📦 A simplified example of a modern module bundler written in JavaScript 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: 3128
- days_rel: n/a
- days_push: 2026
- n_releases_24m: 0
Adoption not part of the score
3300 stars · 325 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Minipack is a simplified, heavily commented implementation of a modern JavaScript module bundler, intended to teach how tools like Webpack, Parcel, and Browserify work under the hood. It is a small educational codebase rather than a production bundler.
Use cases
- learn how module bundlers work internally
- understand how webpack bundles javascript modules
- study how commonjs and es6 modules are resolved and bundled
- see how an ast is used to build a dependency graph
- teach frontend build tooling concepts
- build your own module bundler from scratch
When to choose
- you want to understand bundler internals with readable, commented code
- you are teaching or learning how webpack-like tools transform modules into a bundle
- you want a minimal reference implementation before reading webpack or parcel source
When to avoid
- you need a production bundler for a real project
- you need features like code splitting, tree shaking, or plugins
- you expect active maintenance or updates
Facets
learning-resource · maturity maintenance
build-tool parser developer-tools developer-tools web-development frontend education tutorials module-bundler educational webpack commonjs es6-modules ast babel nodejs javascript
1 source
- readme: https://github.com/ronami/minipack · fetched 2026-08-28 · e6f3fd7d9ada
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ronami/minipack | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem