Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent expanded paths from getting into the history cache
Currently dependencies are mutated after they're pulled out of the cache. These same dependencies can then be re-stored later ``` cache.set(key, history.unshift(deps).take(limit)) ``` This makes it possible for a project to load the wrong asset.
- Loading branch information