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: test/cli/__snapshots__/basic.test.js.snap.webpack4
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Options:
39
39
--watch-options-stdin Stop watching when stdin stream has ended.
40
40
--no-watch-options-stdin Do not stop watching when stdin stream has ended.
41
41
--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'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
42
-
--allowed-hosts-reset Clear all items provided in 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'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
42
+
--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'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
43
43
--bonjour Allows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
44
44
--no-bonjour Disallows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
45
45
--client-transport <value> Allows to set custom transport to communicate with dev server.
@@ -90,9 +90,9 @@ Options:
90
90
--no-open-target Does not open specified page in browser.
91
91
--open-app-name <value...> Open specified browser.
92
92
--open-app <value...> Open specified browser.
93
-
--open-reset Clear all items provided in 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). https://webpack.js.org/configuration/dev-server/#devserveropen
94
-
--open-target-reset Clear all items provided in configuration. Opens specified page in browser.
95
-
--open-app-name-reset Clear all items provided in configuration. Open specified browser.
93
+
--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). https://webpack.js.org/configuration/dev-server/#devserveropen
94
+
--open-target-reset Clear all items provided in 'open.target' configuration. Opens specified page in browser.
95
+
--open-app-name-reset Clear all items provided in 'open.app.name' configuration. Open specified browser.
96
96
--port <value> Allows to specify a port to use. https://webpack.js.org/configuration/dev-server/#devserverport
97
97
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic
98
98
--no-static Negative 'static' option.
@@ -102,10 +102,10 @@ Options:
102
102
--no-static-serve-index Does not tell dev server to use serveIndex middleware.
103
103
--static-watch Watches for files in static content directory.
104
104
--no-static-watch Does not watch for files in static content directory.
105
-
--static-reset Clear all items provided in configuration. Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic
106
-
--static-public-path-reset Clear all items provided in configuration. The static files will be available in the browser under this public path.
105
+
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic
106
+
--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.
107
107
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles
108
-
--watch-files-reset Clear all items provided in configuration. Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles
108
+
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles
0 commit comments