habibimustafa / module-bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a module bundler from scratch

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

About


Languages

Language:JavaScript 96.7%Language:HTML 3.3%