vite-plugin-live-reload icon indicating copy to clipboard operation
vite-plugin-live-reload copied to clipboard

A simple live reloading plugin for vite.

Results 1 vite-plugin-live-reload issues
Sort by recently updated
recently updated
newest added

No found in html. i dont have problem with ejs. njk, etc extension. only html ```ts liveReload([ path.resolve(import.meta.dir, "./resources/views/**/*.html"), ]), `` also i test { alwaysReload: true,usePolling:true } and no...