New Ionic Vue (3) app without typescript as default possible?

Is there an easy way to spin up a new Ionic Vue app that doesnt set the main file and the router index files as .ts?? I want to just create a javascript based Vue app?

I tried changing them to .js but the webpack dev server complains because the main file is not main.ts anymore -

Is there some webpack dev server config file I can change somewhere to fix this? Or even better is there a flag I can set when creating a new Ionic Vue project that states I dont want to use Typescript?

1 Like

See the last comment here https://github.com/ionic-team/ionic-framework/issues/22060

thanks for the reply here and in Slack!
Good to have an answer in both places for anyone looking!