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
--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').
103
107
--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').
104
108
--bonjour Allows to broadcasts dev server via ZeroConf networking on start.
@@ -131,25 +135,6 @@ Options:
131
135
--host <value> Allows to specify a hostname to use.
132
136
--hot [value] Enables Hot Module Replacement.
133
137
--no-hot Disables Hot Module Replacement.
134
-
--http2 Allows to serve over HTTP/2 using SPDY. Deprecated, use the `server` option.
135
-
--no-http2 Does not serve over HTTP/2 using SPDY.
136
-
--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.
137
-
--no-https Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).
138
-
--https-passphrase <value> Passphrase for a pfx file. Deprecated, use the `server.options.passphrase` option.
139
-
--https-request-cert Request for an SSL certificate. Deprecated, use the `server.options.requestCert` option.
140
-
--no-https-request-cert Does not request for an SSL certificate.
141
-
--https-ca <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the `server.options.ca` option.
142
-
--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.
143
-
--https-cacert <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the `server.options.ca` option.
144
-
--https-cacert-reset Clear all items provided in 'https.cacert' configuration. Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the `server.options.ca` option.
145
-
--https-cert <value...> Path to an SSL certificate or content of an SSL certificate. Deprecated, use the `server.options.cert` option.
146
-
--https-cert-reset Clear all items provided in 'https.cert' configuration. Path to an SSL certificate or content of an SSL certificate. Deprecated, use the `server.options.cert` option.
147
-
--https-crl <value...> Path to PEM formatted CRLs (Certificate Revocation Lists) or content of PEM formatted CRLs (Certificate Revocation Lists). Deprecated, use the `server.options.crl` option.
148
-
--https-crl-reset Clear all items provided in 'https.crl' configuration. Path to PEM formatted CRLs (Certificate Revocation Lists) or content of PEM formatted CRLs (Certificate Revocation Lists). Deprecated, use the `server.options.crl` option.
149
-
--https-key <value...> Path to an SSL key or content of an SSL key. Deprecated, use the `server.options.key` option.
150
-
--https-key-reset Clear all items provided in 'https.key' configuration. Path to an SSL key or content of an SSL key. Deprecated, use the `server.options.key` option.
151
-
--https-pfx <value...> Path to an SSL pfx file or content of an SSL pfx file. Deprecated, use the `server.options.pfx` option.
152
-
--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.
153
138
--ipc [value] Listen to a unix socket.
154
139
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
155
140
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default).
@@ -159,7 +144,6 @@ Options:
159
144
--no-open Does not open the default browser.
160
145
--open-target <value...> Opens specified page in browser.
161
146
--open-app-name <value...> Open specified browser.
162
-
--open-app <value...> Open specified browser. Deprecated: please use '--open-app-name'.
163
147
--open-reset Clear all items provided in 'open' configuration. 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).
164
148
--open-target-reset Clear all items provided in 'open.target' configuration. Opens specified page in browser.
165
149
--open-app-name-reset Clear all items provided in 'open.app.name' configuration. Open specified browser.
@@ -170,8 +154,6 @@ Options:
170
154
--no-server-options-request-cert Does not request for an SSL certificate.
171
155
--server-options-ca <value...> Path to an SSL CA certificate or content of an SSL CA certificate.
172
156
--server-options-ca-reset Clear all items provided in 'server.options.ca' configuration. Path to an SSL CA certificate or content of an SSL CA certificate.
173
-
--server-options-cacert <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the `server.options.ca` option.
174
-
--server-options-cacert-reset Clear all items provided in 'server.options.cacert' configuration. Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the `server.options.ca` option.
175
157
--server-options-cert <value...> Path to an SSL certificate or content of an SSL certificate.
176
158
--server-options-cert-reset Clear all items provided in 'server.options.cert' configuration. Path to an SSL certificate or content of an SSL certificate.
177
159
--server-options-crl <value...> Path to PEM formatted CRLs (Certificate Revocation Lists) or content of PEM formatted CRLs (Certificate Revocation Lists).
@@ -192,7 +174,6 @@ Options:
192
174
--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.
193
175
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
194
176
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
195
-
--web-socket-server <value> Deprecated: please use '--web-socket-server-type' option. Allows to set web socket server and options (by default 'ws').
196
177
--no-web-socket-server Disallows to set web socket server and options.
197
178
--web-socket-server-type <value> Allows to set web socket server and options (by default 'ws').
0 commit comments