minimal-webpack-nodejs-hmr
minimal-webpack-nodejs-hmr copied to clipboard
Webpack Backend HMR Demo
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