ionic cordova build ios builds the ionic/angular solution and rebuilds the native ios project. But there doesn’t seem to be a command that only builds the ionic solution and just updates the www folder in the native project.
Or have I just missed it? The closest seems to be ionic cordova prepare but even that messes with the native project.
Any idea? 99% of the time, I’m just making changes to web code that don’t require any changes to the native project whatsoever. So seems to me this should be possible somehow.
For use in native apps. Seems way unnecessary to rebuild the entire xcode/android project when it would be possible just to update the www folder in it. Not to mention a lot slower.