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: test/cli/__snapshots__/cli.test.js.snap.webpack5
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,10 @@ Options:
72
72
--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).
73
73
--client-web-socket-url-host <value> Tells clients connected to devServer to use the provided host.
74
74
--client-web-socket-url-path <value> Tells clients connected to devServer to use the provided path to connect.
75
+
--client-web-socket-url-password <value> Tells clients connected to devServer to use the provided password to authenticate.
75
76
--client-web-socket-url-port <value> Tells clients connected to devServer to use the provided port.
76
77
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.
78
+
--client-web-socket-url-username <value> Tells clients connected to devServer to use the provided username to authenticate.
77
79
--compress Enables gzip compression for everything served. https://webpack.js.org/configuration/dev-server/#devservercompress
78
80
--no-compress Negative 'compress' option.
79
81
--history-api-fallback Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single Page Applications that utilise the HTML5 History API. https://webpack.js.org/configuration/dev-server/#devserverhistoryapifallback
0 commit comments