Asing1001 / module-bundler

2019 Tokyo LINE Dev Day Hands-on speaker repo - Let's build a module bundler from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2019 Tokyo LINE Dev Day Hands-on speaker repo - Let's build a module bundler from scratch


Languages

Language:JavaScript 96.7%Language:HTML 3.3%