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
--no-server-options-request-cert Does not request for an SSL certificate.
136
136
--server-type <value> Allows to set server and options (by default 'http').
137
137
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory).
138
-
--no-static Negative 'static' option.
138
+
--no-static Disallows to configure options for serving static files from directory.
139
139
--static-directory <value...> Directory for static contents.
140
140
--static-public-path <value...> The static files will be available in the browser under this public path.
141
141
--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.
@@ -147,7 +147,7 @@ Options:
147
147
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
148
148
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
149
149
--web-socket-server <value> Deprecated: please use '--web-socket-server-type' option. Allows to set web socket server and options (by default 'ws').
--no-server-options-request-cert Does not request for an SSL certificate.
126
126
--server-options-ca <value...> Path to an SSL CA certificate or content of an SSL CA certificate.
127
127
--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.
128
128
--server-options-cacert <value...> Path to an SSL CA certificate or content of an SSL CA certificate. Deprecated, use the \`server.options.ca\` option.
@@ -136,7 +136,7 @@ Options:
136
136
--server-options-pfx <value...> Path to an SSL pfx file or content of an SSL pfx file.
137
137
--server-options-pfx-reset Clear all items provided in 'server.options.pfx' configuration. Path to an SSL pfx file or content of an SSL pfx file.
138
138
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory).
139
-
--no-static Negative 'static' option.
139
+
--no-static Disallows to configure options for serving static files from directory.
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.
@@ -148,7 +148,7 @@ Options:
148
148
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
149
149
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
150
150
--web-socket-server <value> Deprecated: please use '--web-socket-server-type' option. Allows to set web socket server and options (by default 'ws').
0 commit comments