arnoson / vite-plugin-live-reload

A simple live reloading plugin for vite.
86 stars 3 forks source link

V2 compatible #1

Closed pitcher-pim closed 3 years ago

pitcher-pim commented 3 years ago

Any update for making V2 compatible? Getting an error which has been changed since V2 I think. plugin.configureServer is not a function

arnoson commented 3 years ago

I haven't used V2 but I will look into this!

arnoson commented 3 years ago

I created an a beta version (messed up the verison number a bit so we're jumping from 0.1.2 to 2.0 ;) you can install it with npm i -D vite-plugin-live-reload@beta. Everything should be working again!

arnoson commented 3 years ago

Version 2.0.0 is now released, so the plugin is working with vite 2 by default