Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 709 Bytes

WEBPACK.md

File metadata and controls

8 lines (6 loc) · 709 Bytes
title excerpt
Webpack
a dependency manager with a friendly and fast development environment, simplifying a lot of common tasks

Webpack

Webpack helps you manage dependencies in your project, and also offers a friendly and fast development environment, simplifying a lot of common tasks behind a simple configuration file. It also allows you to bundle your modules into static assets for browsers. Its killer feature is known as hot module replacement, which lets your live code in the browser update automatically as you change files in your preferred editor without a page reload.