Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Prevent stale command cache defaults (redwoodjs#9169)
**Problem** redwoodjs#9150 highlights that there was a mistake in the cache loading logic. **Changes** 1. We merge the current cache state with the defaults - this will ensure that the defaults which are hard coded cannot be missing when the user updates versions. **Notes** I'm updating some of this plugin loading logic so expect a little churn in this code.
- Loading branch information