Cordova "hot reload"
-
Is there a “hot reload” option for Cordova? Generally, I’ll use
yarn run dev
to work with “browser only” items. However, when I need to test Cordova-specific plugins, I have to runcordova serve
. It would be nice if it had a hot reload option. Perhaps I’ve simply overlooked something?