webpack/webpack
# 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.
$ git clone https://github.com/webpack/webpack.git
Also indexed as
stars
65,845
forks
9,417
language
JavaScript
license
MIT License
What is webpack/webpack?
Webpack is a module bundler that combines multiple JavaScript files and assets (CSS, images, JSON, etc.) into optimized bundles for web applications. Developers use it to manage dependencies across different module formats (CommonJS, ES6, AMD), enable code splitting for on-demand loading, and apply transformations through loaders and plugins. It's essential for organizing large codebases and improving web performance through efficient asset packaging.
Links
Topics
Activity
142 open issues · last updated Jul 21, 2026