lytc / webpack-hmr

Webpack Hot Module Replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Hot Module Replacement

This module use socket.io as an transport

Installation

npm install webpack-hmr --save-dev

Example

See examples/express

Running

cd examples/express
npm install
npm run dev

And then try to edit src/style.css or src/App.js

About

Webpack Hot Module Replacement


Languages

Language:JavaScript 100.0%