You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/27 12:14:36 UTC

[GitHub] [cordova-android] helzgate edited a comment on issue #763: Issues after upgrading the angular from 8.0.3 to 8.1.0

helzgate edited a comment on issue #763: Issues after upgrading the angular from 8.0.3 to 8.1.0 
URL: https://github.com/apache/cordova-android/issues/763#issuecomment-523984914
 
 
   After changing the target in tsconfig.json from es2015 to es5 it now works.  This doesn't break anything but forces your code to compile into an older version of Javascript more widely supported on older browsers.  It causes pollyfills to be included which increases your deployment size some.  You may want to do differential loading, see [this Angular article](https://angular.io/guide/deployment#differential-loading)
   
   [See this SO article](https://stackoverflow.com/questions/56606789/angular-8-ng-build-throwing-mime-error-with-cordova)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org