Minimal code to run Webpack Backend HMR.
http://jlongster.com/Backend-Apps-with-Webpack--Part-I webpack/docs#45 (comment)
Also my notes(in Chinese) explaining how I learnt it: http://segmentfault.com/a/1190000003888845
npm i
webpack --watch &
node build/bundle.js
MIT