We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
envio dev
Describe the bug When running envio dev the state diff code doesn't recognise changes to files that are imported into the eventHandler.* file
To Reproduce Steps to reproduce the behavior:
Expected behavior Use esbuild to reliably identify changes to the full/relevant import tree in eventhandler files
Additional context This PR implemented the solution however became stagnant as the creator changed with the repo migration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running
envio dev
the state diff code doesn't recognise changes to files that are imported into the eventHandler.* fileTo Reproduce
Steps to reproduce the behavior:
envio dev
- you'll notice that it doesn't start re-indexingExpected behavior
Use esbuild to reliably identify changes to the full/relevant import tree in eventhandler files
Additional context
This PR implemented the solution however became stagnant as the creator changed with the repo migration
The text was updated successfully, but these errors were encountered: