Currently one must refresh the browser manually on each build.
The builds are triggered automatically when source files change, so something that just watches bundle.js would be sufficient.
Might there be some low hanging fruit approach to enable live reload?
It appears serve does not do live reload, so we'd need to swap it out with something else. Perhaps something like live-server, which unfortunately seems a dead project (published 3 years ago).
Any ideas?
Currently one must refresh the browser manually on each build.
The builds are triggered automatically when source files change, so something that just watches
bundle.jswould be sufficient.Might there be some low hanging fruit approach to enable live reload?
It appears
servedoes not do live reload, so we'd need to swap it out with something else. Perhaps something like live-server, which unfortunately seems a dead project (published 3 years ago).Any ideas?