svelte-cordova-template
svelte-cordova-template copied to clipboard
Android < 7 version
trafficstars
Faced such a problem that in versions of Android <7.0 Javascript issues errors in the console. And your code cannot be used. The problem needs to be fixed by connecting Babel. I understand that Babel is installed by the developer. BUT in your project it would be very cool to take into account the pre-installed Babel so that Android versions <7.0 can be supported
Hi @Highter87, thanks for opening this issue. If you have time to make this configuration work and make a PR it would be great! You can find a tutorial about this here: https://www.learningsomethingnew.com/how-to-make-your-svelte-3-cordova-app-work-on-old-phones-using-babel-7-and-rollup
Thanks