statianzo / webpack-livereload-plugin

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

Compability with WatchExternalFilesPlugin? #86

Open enkelmedia opened 1 year ago

enkelmedia commented 1 year ago

In my setup I use the WatchExternalFilesPlugin to watch some xml and html files that I need to copy when they are changed.

The livereload works fine when I change a typescript-file but when the "build" is triggered by WatchExternalFilesPlugin there is no reload.

I'm guessing that I might be doing something wrong but does anyone know if this should work or have any pointers as to where I could look?

Just say that there was a PR around this: https://github.com/statianzo/webpack-livereload-plugin/pull/66

Cheers!