Webpack
Published Oct 14, 2022
Contribute to Docs
Webpack is a free and open-source JavaScript module that can also be applied to HTML and CSS. Webpack can be run on the Linux, macOS, and Windows operating systems.
As a module bundler, Webpack can be used with webpack.config.js
to generate dependency graphs and define rules for tasks performed on a site. It is primarily used by developers to load, transform, and package modules for in-browser use.
Node.js is needed to use Webpack. However, it is supported by all browsers that are ES5-compliant.
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.