Skip to content
New issue

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

feat(loader): add reload strategy, rewamp hot_reload #102

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

joelwurtz
Copy link
Member

This replace the hot_reload with a strategy that also allows to always generate the mappers even if no change.

This is useful for us when we change something that could not be detected, this will also defnitely be useful for users in debug env when we will collect metadata for generator, this will avoid collecting only on the first "request" and avoid confusion.

Never strategy is the default one in non debug for further optimization.

@joelwurtz joelwurtz merged commit 0fbe6af into main Apr 2, 2024
12 checks passed
@joelwurtz joelwurtz deleted the feat/loader-bundle-config branch April 2, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants