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.
Links
Dependencies (22)
@types/estree
@types/json-schema
@webassemblyjs/ast
@webassemblyjs/wasm-edit
@webassemblyjs/wasm-parser
acorn
acorn-import-phases
browserslist
chrome-trace-event
enhanced-resolve
es-module-lexer
eslint-scope
events
graceful-fs
loader-runner
mime-db
minimizer-webpack-plugin
neo-async
schema-utils
tapable
watchpack
webpack-sources
Maintainers
15000621931, ev1stensberg, __hai, sokra, avivkeller, evilebottnawi, jhnns, thelarkinn