Skip to content

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

Notifications You must be signed in to change notification settings

Asing1001/module-bundler

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published