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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ Options:
99
99
--ipc [value] Listen to a unix socket.
100
100
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
101
101
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default)
102
+
--magic-html Enables/Disables magic HTML routes (enabled by default).
103
+
--no-magic-html Negative 'magic-html' option.
102
104
--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).
103
105
--no-open Does not open the default browser.
104
106
--open-target <value...> Opens specified page in browser.
Copy file name to clipboardExpand all lines: test/cli/__snapshots__/basic.test.js.snap.webpack5
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ Options:
98
98
--ipc [value] Listen to a unix socket.
99
99
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
100
100
--no-live-reload Negative 'live-reload' option.
101
+
--magic-html Enables/Disables magic HTML routes (enabled by default).
102
+
--no-magic-html Negative 'magic-html' option.
101
103
--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).
102
104
--no-open Negative 'open' option.
103
105
--open-target <value...> Opens specified page in browser.
0 commit comments