We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a654 commit 52eb977Copy full SHA for 52eb977
1 file changed
test/configCases/library/module-useless-export-requirement/webpack.config.js
@@ -38,7 +38,7 @@ const configs = [
38
];
39
40
module.exports = configs.reduce(
41
- /** @type {(result: Configuration[], config: typeof configs[number]) => Configuration[]} */ (
+ /** @type {(result: EXPECTED_ANY, config: EXPECTED_ANY) => Configuration[]} */ (
42
result,
43
{ name, entry, optimization }
44
) => {
0 commit comments