Languages & Frameworks

Webpack

English

Overview

A module bundler that combines multiple JavaScript files, CSS, images, and more into one (or a few) output files.

Details

It converts source code split across many files during development into a form (a "bundle") the browser can load efficiently. It offers highly flexible configuration, but that flexibility can make it complex, and in recent years more projects have been migrating to the faster Vite.

More Programming terms