README.md

November 6, 2015 ยท View on GitHub

Webpack Backend HMR Demo

Minimal code to run Webpack Backend HMR.

Guide

http://jlongster.com/Backend-Apps-with-Webpack--Part-I https://github.com/webpack/docs/issues/45#issuecomment-149793458

Also my notes(in Chinese) explaining how I learnt it: http://segmentfault.com/a/1190000003888845

Usage

npm i
webpack --watch &
node build/bundle.js

License

MIT

Contents

  1. 1Webpack Backend HMR Demo
  2. 1.1Guide
  3. 1.2Usage
  4. 1.3License