A small module bundler for the Node.js environment.
For the background information on bundlers see BACKGROUND.md.
The bundle resulted from building the index file from the example directory is located at ./bundle.js.
Try building the project yourself by running node example.js
from the root of the project.
- Ronen Amiel — Build Your Own Webpack, code at minipack
- Adam Kelly — Let’s learn how module bundlers work and then write one ourselves, code at wbpck
- Tan Li Hau — What is module bundler and how does it work?
- Tan Li Hau — I wrote my module bundler [Part I][Part II], code at byo-bundler
- Jane Street — Build Systems with Andrey Mokhov