A module bundler is a tool that takes pieces of JavaScript and their dependencies and bundles them into a single file, usually for use in the browser. You may have used tools such as Browserify, Webpack, Rollup or one of many others.
This repository is for documenting my learnings on widely used module bundler - Webpack. Most commits consist something i learnt.
If you prefer videos you can get started with these