Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 403 Bytes

webpack.md

File metadata and controls

7 lines (4 loc) · 403 Bytes

Mastering WebPack

Webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. webpack takes modules with dependencies and generates static assets representing those modules.

Introduction