You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
📚 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:
is there a better way to do this?
ℹ️ Additional context
I'm using the ionic plugin and I also have the tailwind module installed
The text was updated successfully, but these errors were encountered: