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
{{ message }}
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
I've got two projects running side by side, both using the same resources and config from an awsmobile setup... the React.JS setup when running awsmobile run, builds and zips up random cloud-api files even if they're not changed... which causes the run to take quite a considerable amount of time. The exact same project inside a React.Native setup, when running awsmobile run, checks the local project, says there's no changes, and loads up very fast...
Is there an underlying filesystem, or linting issue that is causing this to happen? It appears to be quite random as to which cloud-api content it will decide to build and zip, but it does at least one of them every single time I run.
I'd be able to work a lot quicker, if it didn't.
The text was updated successfully, but these errors were encountered:
I've got two projects running side by side, both using the same resources and config from an awsmobile setup... the React.JS setup when running awsmobile run, builds and zips up random cloud-api files even if they're not changed... which causes the run to take quite a considerable amount of time. The exact same project inside a React.Native setup, when running awsmobile run, checks the local project, says there's no changes, and loads up very fast...
Is there an underlying filesystem, or linting issue that is causing this to happen? It appears to be quite random as to which cloud-api content it will decide to build and zip, but it does at least one of them every single time I run.
I'd be able to work a lot quicker, if it didn't.
The text was updated successfully, but these errors were encountered: