CodeBrowser / npm / webpack
webpack@5.108.4
// Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
$ npm install webpack
downloads/wk
48,815,184
license
MIT
version
5.108.4
published
Jul 4, 2026
What is webpack?
Webpack is a module bundler that combines JavaScript modules and assets into optimized bundles for browsers. It lets you split code into smaller chunks that load on demand and supports preprocessing various file types through loaders, making it useful for managing complex frontend projects with multiple dependencies and build requirements.
Maintainers
15000621931, ev1stensberg, __hai, sokra, avivkeller, evilebottnawi, jhnns, thelarkinn