New app created with CLI does not run in Android emulator
-
I created an app like the documentation says, followed the steps.
quasar dev
works ok, I see the sample app in the browser
quasar dev -m cordova -T android
this just displays a blank white app in the emulatorI inspected using Chrome devtools and the error found is:
Uncaught SyntaxError: Unexpected token =>
which makes me think there is no polyfill for fat arrows? After seeing this error I have set to true support for IE 11, in hope that it will add support also for Android.
Android version 6, if it does matter.If I can’t fix this I have to stick with version 0.14 for my app which works just fine.