webpack-hmr
v1.0.2
Published
Webpack Hot Module Replacement
Downloads
11
Readme
Webpack Hot Module Replacement
This module use socket.io as an transport
Installation
npm install webpack-hmr --save-devExample
See examples/express
Running
cd examples/express
npm install
npm run devAnd then try to edit src/style.css or src/App.js
