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
--host <value> Specify a host to use. If you want your server to be accessible externally.
@@ -132,20 +132,26 @@ Options:
132
132
--no-open-target Do not open specified route in browser.
133
133
--open-app-name <value...> Open specified browser.
134
134
--open-app <value> Open specified browser.
135
+
--open-reset Clear all items provided in open configuration.
136
+
--open-target-reset Clear all items provided in open.target configuration.
137
+
--open-app-name-reset Clear all items provided in open.app.name configuration.
135
138
--port <value> Specify a port number to listen for requests on.
136
-
--public <value> When using dev server and you're proxying dev-server, the client script does not always know where to connect to. It will try to
137
-
guess the URL of the server based on window.location, but if that fails you'll need to use this.
138
-
--static [value...] It is possible to configure advanced options for serving static files from directory. See the Express documentation for the
139
-
possible options.
139
+
--public <value> When using dev server and you're proxying dev-server, the client script does not always know where to connect to. It will try to guess the URL of the
140
+
server based on window.location, but if that fails you'll need to use this.
141
+
--static [value...] It is possible to configure advanced options for serving static files from directory. See the Express documentation for the possible options.
140
142
--no-static Negative 'static' option.
141
143
--static-directory <value> Directory for static contents.
142
144
--static-public-path <value...> The bundled files will be available in the browser under this path.
143
145
--static-serve-index Tells dev-server to use serveIndex middleware when enabled.
144
146
--no-static-serve-index Do not tell dev-server to use serveIndex middleware.
145
147
--static-watch Watch for files in static content directory.
146
148
--no-static-watch Do not watch for files in static content directory.
149
+
--static-reset Clear all items provided in static configuration.
150
+
--static-public-path-reset Clear all items provided in static.publicPath configuration.
147
151
--watch-files <value...> List of files to watch for file changes and serve.
148
152
--watch-files-paths <value...> List of files to watch for file changes and serve.
153
+
--watch-files-reset Clear all items provided in watchFiles configuration.
154
+
--watch-files-paths-reset Clear all items provided in watchFiles.paths configuration.
0 commit comments