I am using this command to open up my app in the browser: cordova serve but it does not refresh itself when I update my code. How can I do that?
cordova serve
I have trie
You can also try cordova-plugin-browsersync-gen2. It's based on old abandoned plugin, fully compatible with latest versions of npm and Cordova.
Also, this version adds missing live-reload support for the following:
cordova run (for each platform individually) cordova serve