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 @@ -17,6 +17,7 @@ const memorize = require("./util/memorize");
1717/** @typedef {import("../declarations/WebpackOptions").RuleSetConditionAbsolute } RuleSetConditionAbsolute */
1818/** @typedef {import("../declarations/WebpackOptions").RuleSetRule } RuleSetRule */
1919/** @typedef {import("../declarations/WebpackOptions").RuleSetUse } RuleSetUse */
20+ /** @typedef {import("../declarations/WebpackOptions").RuleSetUseItem } RuleSetUseItem */
2021/** @typedef {import("../declarations/WebpackOptions").WebpackOptions } Configuration */
2122/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized } WebpackOptionsNormalized */
2223/** @typedef {import("../declarations/WebpackOptions").WebpackPluginFunction } WebpackPluginFunction */
Original file line number Diff line number Diff line change @@ -10338,6 +10338,7 @@ declare namespace exports {
1033810338 RuleSetConditionAbsolute ,
1033910339 RuleSetRule ,
1034010340 RuleSetUse ,
10341+ RuleSetUseItem ,
1034110342 Configuration ,
1034210343 WebpackOptionsNormalized ,
1034310344 WebpackPluginInstance
You can’t perform that action at this time.
0 commit comments