I created an Ionic 4 android app which is working fine in Android 8. But when I test it in Android 5 (As an app and in the browser both), getting the below error.
Uncaught SyntaxError: Use of const in strict mode. vendor.js:71605
Enabled polyfill.ts, but that didn't help.
How can I get rid of this?