Closed bbf6 closed 2 months ago
Could not reproduce the problem.
$ git clone git@github.com:bbf6/piano-demo.git
$ cd piano-demo
$ npm i
$ quasar build -m capacitor -T android --ide
There is no reference to that rule in app-vite
, quasar
, or @quasar/extras
either.
What happened?
I'm working in a vite + javascript app which I want to build as an android app. But I'm when I ran:
quasar build -m capacitor -T android --ide
I'm getting the error:My current solution consist on going to the file and delete that line.
What did you expect to happen?
I would like not get a typescript warning stopping my not typescript app build.
Reproduction URL
https://github.com/bbf6/piano-demo
How to reproduce?
Install the project and try to build with:
quasar build -m capacitor -T android --ide
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite), Capacitor Mode
Platforms/Browsers
Android
Quasar info output
Relevant log output
Additional context
No response