Skip to content

Commit bcdd5b6

Browse files
committed
fix: ci
1 parent 8d85dac commit bcdd5b6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

bin/cli-flags.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,11 @@ module.exports = {
101101
type: "enum",
102102
values: ["none", "error", "warn", "info", "log", "verbose"],
103103
multiple: false,
104-
description:
105-
"Allows to specify options for client script in the browser or disable client script.",
104+
description: "Allows to set log level in the browser.",
106105
path: "client.logging",
107106
},
108107
],
109-
description:
110-
"Allows to specify options for client script in the browser or disable client script.",
108+
description: "Allows to set log level in the browser.",
111109
simpleType: "string",
112110
multiple: false,
113111
},

test/cli/__snapshots__/basic.test.js.snap.webpack4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Options:
6060
--no-bonjour Disallows to broadcasts dev server via ZeroConf networking on start.
6161
--client-web-socket-transport <value> Allows to set custom web socket transport to communicate with dev server.
6262
--no-client Negative 'client' option.
63-
--client-logging <value> Allows to specify options for client script in the browser or disable client script.
63+
--client-logging <value> Allows to set log level in the browser.
6464
--client-progress Prints compilation progress in percentage in the browser.
6565
--no-client-progress Does not print compilation progress in percentage in the browser.
6666
--client-overlay Enables a full-screen overlay in the browser when there are compiler errors or warnings.

test/cli/__snapshots__/basic.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Options:
6060
--bonjour Allows to broadcasts dev server via ZeroConf networking on start.
6161
--no-bonjour Negative 'bonjour' option.
6262
--no-client Negative 'client' option.
63-
--client-logging <value> Allows to specify options for client script in the browser or disable client script.
63+
--client-logging <value> Allows to set log level in the browser.
6464
--client-overlay Enables a full-screen overlay in the browser when there are compiler errors or warnings.
6565
--no-client-overlay Negative 'client-overlay' option.
6666
--client-overlay-errors Enables a full-screen overlay in the browser when there are compiler errors.

0 commit comments

Comments
 (0)