Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 418 Bytes

module_loading_bundling_and_build_tasks.md

File metadata and controls

4 lines (2 loc) · 418 Bytes

Module Loading, Bundling and Build Tasks: Webpack

Webpack takes modules with dependencies and generates static assets representing those modules. It can bundle JavaScript, CSS, HTML or just about anything via additional loaders. Webpack can also be extended via plugins, for example minification and mangling can be done using the UglifyJS plugin for webpack.