You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Options:
101
101
--client-progress Prints compilation progress in percentage in the browser.
102
102
--no-client-progress Does not print compilation progress in percentage in the browser.
103
103
--client-reconnect [value] Tells dev-server the number of times it should try to reconnect the client.
104
-
--no-client-reconnect Tells dev-server to not to try to connect the client.
104
+
--no-client-reconnect Tells dev-server to not to try to reconnect the client.
105
105
--client-web-socket-transport <value> Allows to set custom web socket transport to communicate with dev server.
106
106
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
107
107
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided hostname.
Copy file name to clipboardExpand all lines: test/cli/__snapshots__/basic.test.js.snap.webpack4
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Options:
69
69
--client-progress Prints compilation progress in percentage in the browser.
70
70
--no-client-progress Does not print compilation progress in percentage in the browser.
71
71
--client-reconnect [value] Tells dev-server the number of times it should try to reconnect the client.
72
-
--no-client-reconnect Tells dev-server to not to try to connect the client.
72
+
--no-client-reconnect Tells dev-server to not to try to reconnect the client.
73
73
--client-web-socket-transport <value> Allows to set custom web socket transport to communicate with dev server.
74
74
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
75
75
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided hostname.
Copy file name to clipboardExpand all lines: test/cli/__snapshots__/basic.test.js.snap.webpack5
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Options:
70
70
--client-progress Prints compilation progress in percentage in the browser.
71
71
--no-client-progress Does not print compilation progress in percentage in the browser.
72
72
--client-reconnect [value] Tells dev-server the number of times it should try to reconnect the client.
73
-
--no-client-reconnect Tells dev-server to not to try to connect the client.
73
+
--no-client-reconnect Tells dev-server to not to try to reconnect the client.
74
74
--client-web-socket-transport <value> Allows to set custom web socket transport to communicate with dev server.
75
75
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
76
76
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided hostname.
0 commit comments