statianzo / webpack-livereload-plugin

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

Replace tiny-lr with mini-lr for npm v3 support #7

Closed elwayman02 closed 8 years ago

elwayman02 commented 8 years ago

Tiny-lr has an issue with npm v3's flat module directory, reference here.

However, the project hasn't been updated in quite some time, and the maintainers have a history of abandoning it. In order to unblock npm v3 users, I've forked the project and released it under the name mini-lr. You can find the new repository here. I recommend updating your project to use the latest release in order to enable npm v3 usage. Thanks!

statianzo commented 8 years ago

Thanks!

elwayman02 commented 8 years ago

@statianzo fyi, the tiny-lr project was updated and I've been added as a maintainer, so I'm going to deprecate mini-lr in the meantime to keep the community from fracturing while hopefully giving the original project better support. Please move back to tiny-lr when you are ready to upgrade your dependencies, and sorry for the back-and-forth!

statianzo commented 8 years ago

One step ahead of you. https://github.com/statianzo/webpack-livereload-plugin/commit/8400e0edace681d15d81026cfdc6330342f08391

Thanks for your work on keeping the project alive!

elwayman02 commented 8 years ago

Awesome, glad to help!