From 13f5dfa9841de79a6dc54e66fea6ecbe607249da Mon Sep 17 00:00:00 2001 From: xueboren Date: Sat, 28 Mar 2020 13:55:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(d.ts):=20=E4=BF=AE=E6=94=B9=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=20-=20cfg=20=E4=B8=BA=E5=8F=AF=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index effb0c1..6f4170d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,5 @@ export default class WebpackAliOSSPlugin { - constructor(cfg: WebpackAliOSSPluginOptions) + constructor(cfg?: WebpackAliOSSPluginOptions) } export interface WebpackAliOSSPluginOptions {