Skip to content

Commit 05324a2

Browse files
refactor: fix
1 parent 3dca632 commit 05324a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webpack-cli/src/webpack-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ class WebpackCLI {
25972597
}
25982598

25992599
if (Object.keys(values).length > 0) {
2600-
this.#processArguments(webpack, args, configuration, values);
2600+
this.#processArguments(options.webpack, args, configuration, values);
26012601
}
26022602

26032603
// Output warnings

0 commit comments

Comments
 (0)