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 @@ -13,6 +13,7 @@ const memorize = require("./util/memorize");
1313/** @typedef {import("../declarations/WebpackOptions").LibraryOptions } LibraryOptions */
1414/** @typedef {import("../declarations/WebpackOptions").ModuleOptions } ModuleOptions */
1515/** @typedef {import("../declarations/WebpackOptions").ResolveOptions } ResolveOptions */
16+ /** @typedef {import("../declarations/WebpackOptions").RuleSetCondition } RuleSetCondition */
1617/** @typedef {import("../declarations/WebpackOptions").RuleSetRule } RuleSetRule */
1718/** @typedef {import("../declarations/WebpackOptions").WebpackOptions } Configuration */
1819/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized } WebpackOptionsNormalized */
Original file line number Diff line number Diff line change @@ -10334,6 +10334,7 @@ declare namespace exports {
1033410334 LibraryOptions ,
1033510335 ModuleOptions ,
1033610336 ResolveOptionsWebpackOptions as ResolveOptions ,
10337+ RuleSetCondition ,
1033710338 RuleSetRule ,
1033810339 Configuration ,
1033910340 WebpackOptionsNormalized ,
You can’t perform that action at this time.
0 commit comments