What You'll Learn
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Technologies & Topics
amd
build-tool
commonjs
compiler
es2015
es6
esm
javascript
javascript-compiler
javascript-modules
loaders
module-bundler
plugins
web
web-performance
webpack
Getting Started
1. Clone the Repository
git clone https://github.com/webpack/webpack.git
2. Follow the README
Check the repository's README file for specific setup instructions, dependencies, and usage examples.
3. Explore and Learn
Study the code structure, run the examples, and experiment with modifications to deepen your understanding.
Repository Info
Quick Actions
More in JavaScript