Skip to content

Commit 8dc94be

Browse files
committed
chore: reduce unrelated diff
1 parent a056f95 commit 8dc94be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/utils/descriptorCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function setSrcDescriptor(
149149
}
150150

151151
const hash =
152-
152+
// eslint-disable-next-line n/no-unsupported-features/node-builtins -- crypto.hash is supported in Node 21.7.0+, 20.12.0+
153153
crypto.hash ??
154154
((
155155
algorithm: string,

0 commit comments

Comments
 (0)