aksingh-codes / webpack

Learning module bundlers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack

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.

Resources

If you prefer videos you can get started with these

About

Learning module bundlers


Languages

Language:JavaScript 89.7%Language:CSS 10.3%