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