We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed64a6b commit 3d9ff48Copy full SHA for 3d9ff48
typings.d.ts
@@ -34,7 +34,7 @@ declare namespace HtmlWebpackPlugin {
34
* @default 'index.html'
35
*/
36
interface Options extends Partial<ProcessedOptions> {
37
- filename: string | ((entryName: string) => string);
+ filename?: string | ((entryName: string) => string);
38
}
39
40
/**
0 commit comments