statianzo / webpack-livereload-plugin

LiveReload during webpack --watch
ISC License
204 stars 51 forks source link

Hash individual files to prevent unnecessary updates #9

Closed snaptopixel closed 8 years ago

snaptopixel commented 8 years ago

CSS updates were causing full page reloads when I wasn't modifying html or js, this fixes it (note that I am generating a css bundle using extract-text-webpack-plugin)

snaptopixel commented 8 years ago

I'll have another PR soon ;)