Changing target from es5 to es6 in tsconfig.json makes the app go blank on OSX for iOS.
I run the following on OSX:
ionic start testionic2 --v2 --ts
ionic serve
=> this works fine, and the app is running in Safari
Changing target from es5 to es6 in tsconfig.json and running ionic serve again displays a blank app in Safari.
The same applies to running “ionic emulate ios”.
Questions:
- Should this work on OSX? It works on Windows.
- Is there a way to get it to work on OSX for iOS?
I need es6 since the project uses async/await.
Thanks,
Johan