📚 What are you trying to do?
Whenever I try to run the build for ios or android, it deletes the index.html that is needed to properly run and I have to use the generate command again and then rebuild. Is there a way to have the build and sync command not delete the html files?
🔍 What have you tried?
This is the process I go through:
- Make change to vue file
- run sync
- run simulator -> deletes index.html files in ./dist & ./output/public -> gets error for missing index.html file -> sim renders nothing
- run generate
- run simulator -> works
is there a better way to do this?
ℹ️ Additional context
I'm using the ionic plugin and I also have the tailwind module installed