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 793a688 commit 3842a49Copy full SHA for 3842a49
packages/webpack-cli/lib/utils/cli-executer.js
@@ -37,6 +37,7 @@ async function prompter() {
37
message: `Enter value of the ${selection} flag`,
38
initial: options.defaultValue,
39
result: (value) => [selection, value],
40
+ validate: (value) => Boolean(value),
41
});
42
questions.push(valuePrompt);
43
0 commit comments