Skip to content

Commit f67ca43

Browse files
author
chengyu.chengyulia
committed
fix: type
1 parent d44a873 commit f67ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/webpack-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface IHtmlTemplateArgs {
1717
appendBody?: string;
1818
}
1919

20-
export type IOptions<T = Record<string, unknown>> = {
20+
export type IOptions<T = unknown> = {
2121
mode: 'development' | 'production';
2222
entryPath: string | string[] | IEntryPath;
2323
htmlTemplatePath?: string;

0 commit comments

Comments
 (0)