Skip to content

Commit

Permalink
fix: mark filename optional again
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jan 20, 2021
1 parent ed64a6b commit 3d9ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ declare namespace HtmlWebpackPlugin {
* @default 'index.html'
*/
interface Options extends Partial<ProcessedOptions> {
filename: string | ((entryName: string) => string);
filename?: string | ((entryName: string) => string);
}

/**
Expand Down

0 comments on commit 3d9ff48

Please sign in to comment.