webpack
webpack.js.orgBundle your scripts, styles, images, and other assets
Dev Toolsmodule-bundlerjavascriptbuild-toolfrontendnodejsopen-sourcebundler

About
webpack is a static module bundler for modern JavaScript applications that builds a dependency graph from entry points and combines project modules into optimized bundles. It supports transforming virtually any resource or asset through loaders and plugins, enabling processing of JavaScript, CSS, images, and more. Since version 4, it works without a configuration file while remaining highly configurable.
Problem
Managing and bundling JavaScript modules and other web assets for browser usage is complex and error-prone without a dedicated tool.
For
JavaScript and frontend developers
How it works
webpack builds a dependency graph from one or more entry points and combines every required module into one or more optimized static bundles for serving.
Business model
open-source
Status
launched
Company
OpenJS Foundation