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
+18-20
Original file line number
Diff line number
Diff line change
@@ -119,40 +119,38 @@ Options:
119
119
--host <value> Allows to specify a hostname to use.
120
120
--hot [value] Enables Hot Module Replacement.
121
121
--no-hot Disables Hot Module Replacement.
122
-
--http2 Allows to serve over HTTP/2 using SPDY. Deprecated, it will be removed in favor of the `server` option.
122
+
--http2 Allows to serve over HTTP/2 using SPDY. Deprecated, use the `server` option.
123
123
--no-http2 Does not serve over HTTP/2 using SPDY.
124
-
--https Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). Deprecated, it will be removed in favor
125
-
of the `server` option.
124
+
--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.
126
125
--no-https Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).
127
-
--https-passphrase <value> Passphrase for a pfx file. Deprecated, it will be removed in favor of the `server.options.passphrase` option.
128
-
--https-request-cert Request for an SSL certificate. Deprecated, it will be removed in favor of the `server.options.requestCert`
129
-
option.
126
+
--https-passphrase <value> Passphrase for a pfx file. Deprecated, use the `server.options.passphrase` option.
127
+
--https-request-cert Request for an SSL certificate. Deprecated, use the `server.options.requestCert` option.
0 commit comments