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 aea981f commit 7c926aeCopy full SHA for 7c926ae
1 file changed
index.d.ts
@@ -43,7 +43,7 @@ declare namespace NodePolyfillPlugin {
43
}
44
45
declare class NodePolyfillPlugin {
46
- constructor(options: NodePolyfillPlugin.Options)
+ constructor(options?: NodePolyfillPlugin.Options)
47
48
apply(compiler: InstanceType<typeof Compiler>): void
49
0 commit comments