Skip to content

Build commands including sync is deleting the index.html in the ./dist & ./output/public folders #554

@Cyangineer

Description

@Cyangineer

📚 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions