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
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,15 @@ Options:
83
83
--no-target Negative 'target' option.
84
84
--watch-options-stdin Stop watching when stdin stream has ended.
85
85
--no-watch-options-stdin Do not stop watching when stdin stream has ended.
86
-
--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').
--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
89
-
when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
90
-
--bonjour Allows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
86
+
--allowed-hosts <value...> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are
87
+
proxying devserver, by default is 'auto').
88
+
--allowed-hosts-reset Clear all items provided in 'allowedHosts' configuration. Allows to enumerate the hosts from which
89
+
access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').
90
+
--bonjour Allows to broadcasts dev server via ZeroConf networking on start.
91
91
--no-bonjour Negative 'bonjour' option.
92
92
--client-hot-entry Injects a Hot Module Replacement entry.
--client-transport <value> Allows to set custom transport to communicate with dev server.
106
-
--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).
106
+
--client-web-socket-url <value> Allows to specify URL to web socket server (useful when you're proxying dev server and client script
107
+
does not always know where to connect to).
107
108
--client-web-socket-url-hostname <value> Tells clients connected to devServer to use the provided hostname.
108
109
--client-web-socket-url-pathname <value> Tells clients connected to devServer to use the provided path to connect.
109
110
--client-web-socket-url-password <value> Tells clients connected to devServer to use the provided password to authenticate.
110
111
--client-web-socket-url-port <value> Tells clients connected to devServer to use the provided port.
111
112
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.
112
113
--client-web-socket-url-username <value> Tells clients connected to devServer to use the provided username to authenticate.
113
-
--compress Enables gzip compression for everything served. https://webpack.js.org/configuration/dev-server/#devservercompress
114
+
--compress Enables gzip compression for everything served.
114
115
--no-compress Negative 'compress' option.
115
-
--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
116
-
History API. https://webpack.js.org/configuration/dev-server/#devserverhistoryapifallback
116
+
--history-api-fallback Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single
117
+
Page Applications that utilise the HTML5 History API.
--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).
--open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set
138
+
it to true to open your default browser).
139
139
--no-open Negative 'open' option.
140
140
--open-target <value...> Opens specified page in browser.
141
141
--open-app-name <value...> Open specified browser.
142
142
--open-app <value...> Open specified browser.
143
-
--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
144
-
(set it to true to open your default browser). https://webpack.js.org/configuration/dev-server/#devserveropen
143
+
--open-reset Clear all items provided in 'open' configuration. Allows to configure dev server to open the
144
+
browser(s) and page(s) after server had been started (set it to true to open your default browser).
145
145
--open-target-reset Clear all items provided in 'open.target' configuration. Opens specified page in browser.
146
146
--open-app-name-reset Clear all items provided in 'open.app.name' configuration. Open specified browser.
147
-
--port <value> Allows to specify a port to use. https://webpack.js.org/configuration/dev-server/#devserverport
147
+
--port <value> Allows to specify a port to use.
148
148
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory).
--static-watch Watches for files in static content directory.
156
155
--no-static-watch Negative 'static-watch' option.
157
-
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static files from directory (by default 'public'
--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.
160
-
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles
161
-
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
--web-socket-server <value> Allows to set web socket server and options (by default 'ws'). https://webpack.js.org/configuration/dev-server/#devserverwebsocketserver
156
+
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static
157
+
files from directory (by default 'public' directory).
158
+
--static-public-path-reset Clear all items provided in 'static.publicPath' configuration. The static files will be available in
159
+
the browser under this public path.
160
+
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
161
+
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of
162
+
globs/directories/files to watch for file changes.
163
+
--web-socket-server <value> Allows to set web socket server and options (by default 'ws').
0 commit comments