All Topics

Webpack

A JavaScript to bundle assets

Overview

Webpack is a JavaScript tool to bundle assets together. It most commonly used to see how different JavaScript files are related to one another as dependencies, then used to combine all those files together into a single file. Webpack is also used to organize other file types such as CSS.

Related Topics

What you should learn next