Webpack

Webpack

Webpack is an open-source module bundler for JavaScript. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. It can transform front-end assets like HTML, CSS, and images where corresponding loaders ar included and takes modules with dependencies and generates static assets representing those modules.

Webpack Information