Skip to content

Commit 65c0c2e

Browse files
fix(cli-service): fix type def of genCacheConfig in d.ts
Co-authored-by: Haoqun Jiang <[email protected]>
1 parent 1fb09d3 commit 65c0c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ declare class PluginAPI {
117117
/**
118118
* Generate a cache identifier from a number of variables
119119
*/
120-
genCacheConfig(id: string, partialIdentifier: any, configFiles?: object | object[]): CacheConfig
120+
genCacheConfig(id: string, partialIdentifier: any, configFiles?: string | string[]): CacheConfig
121121
}
122122

123123
/**

0 commit comments

Comments
 (0)