-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(gatsby): Exclude build time when calculating dirty Ids #21795
Conversation
Closing this for now because some folks might actually use |
We can't do what we added in 299626f because some folks might just use Now there's an alternative that @pieh brought up:
This would let us track dependencies when This would however need some more work for data dependency tracking to work correctly:
Also there used to be @freiksenet Do you remember why we stopped supporting it? |
|
@freiksenet How do you feel about adding it back? 😛 Or do you have another preferred way to exclude something from appearing as a top level field in |
I don't think number of fields in root fields is really an important consideration. I'd call it SiteBuildTime so that it's analogous with other Gatsby site stuff. |
Closed in favor of #21827 |
This significantly speeds up consecutive builds if all changed is buildTime in the
Site
nodeCo authored with @ascorbic