Skip to content

Commit bdcab1c

Browse files
committed
fix: test
1 parent 2ecf4b8 commit bdcab1c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/cli/__snapshots__/basic.test.js.snap.webpack4

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Options:
3939
--watch-options-stdin Stop watching when stdin stream has ended.
4040
--no-watch-options-stdin Do not stop watching when stdin stream has ended.
4141
--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
4343
--bonjour Allows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
4444
--no-bonjour Disallows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
4545
--client-transport <value> Allows to set custom transport to communicate with dev server.
@@ -90,9 +90,9 @@ Options:
9090
--no-open-target Does not open specified page in browser.
9191
--open-app-name <value...> Open specified browser.
9292
--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.
9696
--port <value> Allows to specify a port to use. https://webpack.js.org/configuration/dev-server/#devserverport
9797
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic
9898
--no-static Negative 'static' option.
@@ -102,10 +102,10 @@ Options:
102102
--no-static-serve-index Does not tell dev server to use serveIndex middleware.
103103
--static-watch Watches for files in static content directory.
104104
--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.
107107
--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
109109

110110
Global options:
111111
--color Enable colors on console.

0 commit comments

Comments
 (0)