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__/basic.test.js.snap.webpack5
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -58,19 +58,19 @@ Options:
58
58
--allowed-hosts <value...> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').
59
59
--allowed-hosts-reset Clear all items provided in 'allowedHosts' configuration. Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').
60
60
--bonjour Allows to broadcasts dev server via ZeroConf networking on start.
61
-
--no-bonjour Negative 'bonjour' option.
61
+
--no-bonjour Disallows to broadcasts dev server via ZeroConf networking on start.
62
62
--no-client Negative 'client' option.
63
63
--client-logging <value> Allows to set log level in the browser.
64
64
--client-overlay Enables a full-screen overlay in the browser when there are compiler errors or warnings.
--no-client-reconnect Tells dev-server to not to try to connect 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.
@@ -80,19 +80,19 @@ Options:
80
80
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.
81
81
--client-web-socket-url-username <value> Tells clients connected to devServer to use the provided username to authenticate.
82
82
--compress Enables gzip compression for everything served.
83
-
--no-compress Negative 'compress' option.
83
+
--no-compress Disables gzip compression for everything served.
84
84
--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.
--host <value> Allows to specify a hostname to use.
87
87
--hot [value] Enables Hot Module Replacement.
88
-
--no-hot Negative 'hot' option.
88
+
--no-hot Disables Hot Module Replacement.
89
89
--http2 Allows to serve over HTTP/2 using SPDY. Deprecated, use the \`server\` option.
90
-
--no-http2 Negative 'http2' option.
90
+
--no-http2 Does not serve over HTTP/2 using SPDY.
91
91
--https Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). Deprecated, use the \`server\` option.
92
-
--no-https Negative 'https' option.
92
+
--no-https Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).
93
93
--https-passphrase <value> Passphrase for a pfx file. Deprecated, use the \`server.options.passphrase\` option.
94
94
--https-request-cert Request for an SSL certificate. Deprecated, use the \`server.options.requestCert\` option.
--no-https-request-cert Does not request for an SSL certificate.
96
96
--https-ca <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the \`server.options.ca\` option.
97
97
--https-ca-reset Clear all items provided in 'https.ca' configuration. Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the \`server.options.ca\` option.
98
98
--https-cacert <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the \`server.options.ca\` option.
@@ -107,11 +107,11 @@ Options:
107
107
--https-pfx-reset Clear all items provided in 'https.pfx' configuration. Path to an SSL pfx file or content of an SSL pfx file. Deprecated, use the \`server.options.pfx\` option.
108
108
--ipc [value] Listen to a unix socket.
109
109
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
110
-
--no-live-reload Negative 'live-reload' option.
110
+
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default).
111
111
--magic-html Tells dev-server whether to enable magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js').
112
-
--no-magic-html Negative 'magic-html' option.
112
+
--no-magic-html Disables magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js').
113
113
--open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser).
114
-
--no-open Negative 'open' option.
114
+
--no-open Does not open the default browser.
115
115
--open-target <value...> Opens specified page in browser.
116
116
--open-app-name <value...> Open specified browser.
117
117
--open-app <value...> Open specified browser. Deprecated: please use '--open-app-name'.
@@ -140,9 +140,9 @@ Options:
140
140
--static-directory <value...> Directory for static contents.
141
141
--static-public-path <value...> The static files will be available in the browser under this public path.
142
142
--static-serve-index Tells dev server to use serveIndex middleware when enabled.
--no-static-serve-index Does not tell dev server to use serveIndex middleware.
144
144
--static-watch Watches for files in static content directory.
145
-
--no-static-watch Negative 'static-watch' option.
145
+
--no-static-watch Does not watch for files in static content directory.
146
146
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static files from directory (by default 'public' directory).
147
147
--static-public-path-reset Clear all items provided in 'static.publicPath' configuration. The static files will be available in the browser under this public path.
148
148
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
0 commit comments