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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Options:
106
106
--no-https-request-cert Does not request for an SSL certificate.
107
107
--ipc [value] Listen to a unix socket.
108
108
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
109
-
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default)
109
+
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default).
110
110
--magic-html Tells dev-server whether to enable magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js').
111
111
--no-magic-html Disables magic HTML routes (routes corresponding to your webpack output, for example '/main' for 'main.js').
112
112
--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).
0 commit comments