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
fix: Standardize the option name for dependency invalidation.
TL;DR Dependency invalidation wasn't getting enabled automatically when
it should have been.
We were reading the value out of pluginInfo as dependencyInvalidation
but putting the value into pluginInfo as hasDependencyInvalidation.
Since we use the option dependencyInvalidation elsewhere, I've
standardized on that.
0 commit comments