Demonstrate the concept of a module bundler, slideshare
- NodeJS - https://nodejs.org/
- Git - https://git-scm.com/downloads
git clone https://github.com/Asing1001/module-bundler.git
# Run webpack by the webpack.config.js
npm run webpack
# Run module bundler
npm start
- 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