mzgoddard / stylus-loader-hmr-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stylus-loader-hmr-example

A simple webpack setup with stylus-loader to demonstrate hot module replacement.

npm install
node_modules/.bin/webpack-dev-server --hot
# open browser to localhost:8080
# modify src/style.styl or src/common.styl at will

About


Languages

Language:JavaScript 67.8%Language:HTML 24.0%Language:CSS 8.2%