Changes the default backend to Ionic Pro, adds a HTTPS proxy option (which many enterprise users will be happy about with their crappy proxies…), new ionic cordova requirements (so no more using plain cordova requirements). Looking good!
Hello there. It seems to ignore the --prod parameter for cordova builds.
i.e. ionic cordova build ios --prod
Before
ionic cordova build ios --prod
[INFO] Running app-scripts build: --prod --platform ios --target cordova
[22:19:40] build prod started ...
[22:19:41] clean started ...
[22:19:41] clean finished in 1 ms
[22:19:41] copy started ...
[22:19:41] ngc started ...
[22:19:45] ngc finished in 4.19 s
[22:19:45] preprocess started ...
[22:19:45] deeplinks started ...
[22:19:45] deeplinks finished in 81 ms
[22:19:45] optimization started ...
[22:19:45] copy finished in 4.39 s
ios-deploy : 1.9.2
Node : v6.11.3
npm : 5.4.1
OS : macOS Sierra
Xcode : Xcode 8.3.3 Build version 8E3004b
After
ionic cordova build ios --prod
[INFO] Running app-scripts build: --platform ios --target cordova
[22:23:04] build dev started ...
[22:23:04] clean started ...
[22:23:04] clean finished in less than 1 ms
[22:23:04] copy started ...
[22:23:04] transpile started ...
[22:23:06] transpile finished in 1.78 s
[22:23:06] preprocess started ...
[22:23:06] deeplinks started ...
[22:23:06] deeplinks finished in 37 ms
[22:23:06] preprocess finished in 38 ms
[22:23:06] webpack started ...
[22:23:06] copy finished in 1.92 s