We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44a873 commit f67ca43Copy full SHA for f67ca43
src/utils/webpack-config.ts
@@ -17,7 +17,7 @@ export interface IHtmlTemplateArgs {
17
appendBody?: string;
18
}
19
20
-export type IOptions<T = Record<string, unknown>> = {
+export type IOptions<T = unknown> = {
21
mode: 'development' | 'production';
22
entryPath: string | string[] | IEntryPath;
23
htmlTemplatePath?: string;
0 commit comments