Skip to content

Commit 39c3abe

Browse files
committed
test: update snapshots
1 parent 4474531 commit 39c3abe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Options:
8181
--compress Enables gzip compression for everything served.
8282
--no-compress Disables gzip compression for everything served.
8383
--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.
84-
--no-history-api-fallback Negative 'history-api-fallback' option.
84+
--no-history-api-fallback Disallows to proxy requests through a specified index page.
8585
--host <value> Allows to specify a hostname to use.
8686
--hot [value] Enables Hot Module Replacement.
8787
--no-hot Disables Hot Module Replacement.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Options:
8282
--compress Enables gzip compression for everything served.
8383
--no-compress Disables gzip compression for everything served.
8484
--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.
85-
--no-history-api-fallback Negative 'history-api-fallback' option.
85+
--no-history-api-fallback Disallows to proxy requests through a specified index page.
8686
--host <value> Allows to specify a hostname to use.
8787
--hot [value] Enables Hot Module Replacement.
8888
--no-hot Disables Hot Module Replacement.

0 commit comments

Comments
 (0)