Skip to content

Commit

Permalink
Restore: use cachekey in options
Browse files Browse the repository at this point in the history
  • Loading branch information
naranjamecanica committed Nov 22, 2023
1 parent 02a274e commit 99a01c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ function md5(buffer: BinaryLike): string {
}

export function createCacheKey(options: ResolvedConfigOptions) {
if (options.cacheKey) {
return options.cacheKey
}

return md5(
Object.entries(options)
.filter(
Expand Down

0 comments on commit 99a01c4

Please sign in to comment.