/improved-robot

webpack hmr test

Primary LanguageJavaScript

Webpack HMR Demo

Standard Version

npm start

dev server is up, http://localhost:8080

Alter src/foo.js and see changes updated without refresh.


Weird Version

Start a python server

python -m SimpleHTTPServer

open http://localhost:8000

Alter src/foo.js and see changes updated without refresh.