Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 749 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 749 Bytes

Build a module bundler from scratch

Demonstrate the concept of a module bundler, slideshare

Prerequsite

Getting start

git clone https://github.com/Asing1001/module-bundler.git

Development

# Run webpack by the webpack.config.js
npm run webpack

# Run module bundler
npm start

Reference

  • Minipack - Ronen Amiel
  • Webpack concept - Webpack official website
  • NodeJS modules - Nodejs github repository
  • Unbundling the JavaScript module bundler - Luciano Mammino
  • Let’s learn how module bundlers work and then write one ourselves - Adam Kelly