Skip to content

Commit b159454

Browse files
committed
test: fix
1 parent b42b630 commit b159454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ Options:
101101
--static-serve-index Tells dev server to use serveIndex middleware when enabled.
102102
--no-static-serve-index Negative 'static-serve-index' option.
103103
--static-watch Watches for files in static content directory.
104-
--no-static-watch Does not watch for files in static content directory.
104+
--no-static-watch Negative 'static-watch' option.
105105
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static files from directory (by default 'public' directory).
106106
--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.
108108
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
109+
--web-socket-server <value> Allows to set web socket server and options (by default 'ws').
109110

110111
Global options:
111112
--color Enable colors on console.

0 commit comments

Comments
 (0)