File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ const memorize = require("./util/memorize");
13
13
/** @typedef {import("../declarations/WebpackOptions").LibraryOptions } LibraryOptions */
14
14
/** @typedef {import("../declarations/WebpackOptions").ModuleOptions } ModuleOptions */
15
15
/** @typedef {import("../declarations/WebpackOptions").ResolveOptions } ResolveOptions */
16
+ /** @typedef {import("../declarations/WebpackOptions").RuleSetCondition } RuleSetCondition */
17
+ /** @typedef {import("../declarations/WebpackOptions").RuleSetConditionAbsolute } RuleSetConditionAbsolute */
16
18
/** @typedef {import("../declarations/WebpackOptions").RuleSetRule } RuleSetRule */
19
+ /** @typedef {import("../declarations/WebpackOptions").RuleSetUse } RuleSetUse */
20
+ /** @typedef {import("../declarations/WebpackOptions").RuleSetUseItem } RuleSetUseItem */
17
21
/** @typedef {import("../declarations/WebpackOptions").WebpackOptions } Configuration */
18
22
/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized } WebpackOptionsNormalized */
19
23
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginFunction } WebpackPluginFunction */
Original file line number Diff line number Diff line change @@ -10334,7 +10334,11 @@ declare namespace exports {
10334
10334
LibraryOptions ,
10335
10335
ModuleOptions ,
10336
10336
ResolveOptionsWebpackOptions as ResolveOptions ,
10337
+ RuleSetCondition ,
10338
+ RuleSetConditionAbsolute ,
10337
10339
RuleSetRule ,
10340
+ RuleSetUse ,
10341
+ RuleSetUseItem ,
10338
10342
Configuration ,
10339
10343
WebpackOptionsNormalized ,
10340
10344
WebpackPluginInstance
You can’t perform that action at this time.
0 commit comments