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
--compress Enables gzip compression for everything served.
65
66
--no-compress Disables gzip compression for everything served.
66
67
--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 History API.
Copy file name to clipboardExpand all lines: test/cli/__snapshots__/basic.test.js.snap.webpack5
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Options:
104
104
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
105
105
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
106
106
--web-socket-server <value> Allows to set web socket server and options (by default 'ws').
0 commit comments