Does anyone have any suggestions on the best way to develop cordova apps? At the moment my workflow is dead slow, as i have to do a webpack build (so that the files will end up in the dist folder) which takes forever and then a cordovar run
which again takes forever.
So for every little change it takes like 2 minutes to test it.There must be something like live reload, right?