From ef739915c2a88d6d8f8247f0f3c1fb4ba20908d7 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Wed, 15 Jan 2020 09:32:15 +0530 Subject: [PATCH] update webpackOption.d.ts --- declarations/WebpackOptions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarations/WebpackOptions.d.ts b/declarations/WebpackOptions.d.ts index a0bdde054d1..372d2b2f6cd 100644 --- a/declarations/WebpackOptions.d.ts +++ b/declarations/WebpackOptions.d.ts @@ -132,7 +132,7 @@ export type RuleSetCondition = * This interface was referenced by `WebpackOptions`'s JSON-Schema * via the `definition` "RuleSetConditions". */ -export type RuleSetConditions = RuleSetCondition[] +export type RuleSetConditions = RuleSetCondition[]; /** * One or multiple rule conditions *