Transpiling to ES5

I am having an issue where even though by default capacitor supports android API 21+, a simple ionic-vue project fails on android 6 (API 23) because it doesn’t recognize arrow functions.

How do can I configure the project to transpile to ES5?