statianzo / webpack-livereload-plugin

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

Upgraded tiny-lr to v1.1.1 #43

Closed sebastianseilund closed 6 years ago

sebastianseilund commented 6 years ago

The currently used version, ^0.2.0, has a bug we're running into.

tiny-lr/lib/server.js causes a next is not a function error when handling errors.

I can't tell from tiny-lr's repo whether there were any breaking changes between 0.2.0 and 1.1.1, but it doesn't look like it.

It would be nice to get this merged into the v1 branch, too, so it can be used with webpack3 as well. And then release v1.0.1.

Thanks!

statianzo commented 6 years ago

Thanks. Published as 2.1.1 and 1.1.0.

sebastianseilund commented 6 years ago

Awesome. Thanks for quick response!