Skip to content

Commit

Permalink
make ProgressPlugin options optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 28, 2021
1 parent 89fcc43 commit 81bb146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7463,7 +7463,7 @@ declare interface ProfilingPluginOptions {
outputPath?: string;
}
declare class ProgressPlugin {
constructor(options: ProgressPluginArgument);
constructor(options?: ProgressPluginArgument);
profile?: null | boolean;
handler?: (percentage: number, msg: string, ...args: string[]) => void;
modulesCount?: number;
Expand Down

0 comments on commit 81bb146

Please sign in to comment.