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: tests/e2e/__snapshots__/hot-and-live-reload.test.js.snap.webpack5
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ exports[`hot and live reload > should not refresh content when hot and no live r
27
27
28
28
exports[`hot and live reload > should not refresh content when hot and no live reload disabled (ws) > page errors 1`] = `[]`;
29
29
30
-
exports[`hot and live reload > should work and allow to disable hot module replacement and live reload using the "webpack-dev-server-hot=false&webpack-dev-server-live-reload=false" (default) > console messages 1`] = `
30
+
exports[`hot and live reload > should work and allow to disable hot module replacement and live reload using the "rspack-dev-server-hot=false&rspack-dev-server-live-reload=false" (default) > console messages 1`] = `
31
31
[
32
32
[rspack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.,
33
33
[HMR] Waiting for update signal from WDS...,
34
34
[rspack-dev-server] App updated. Recompiling...,
35
35
]
36
36
`;
37
37
38
-
exports[`hot and live reload > should work and allow to disable hot module replacement and live reload using the "webpack-dev-server-hot=false&webpack-dev-server-live-reload=false" (default) > page errors 1`] = `[]`;
38
+
exports[`hot and live reload > should work and allow to disable hot module replacement and live reload using the "rspack-dev-server-hot=false&rspack-dev-server-live-reload=false" (default) > page errors 1`] = `[]`;
39
39
40
-
exports[`hot and live reload > should work and allow to disable hot module replacement using the "webpack-dev-server-hot=false" (default) > console messages 1`] = `
40
+
exports[`hot and live reload > should work and allow to disable hot module replacement using the "rspack-dev-server-hot=false" (default) > console messages 1`] = `
41
41
[
42
42
[rspack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.,
43
43
[HMR] Waiting for update signal from WDS...,
@@ -48,16 +48,16 @@ exports[`hot and live reload > should work and allow to disable hot module repla
48
48
]
49
49
`;
50
50
51
-
exports[`hot and live reload > should work and allow to disable hot module replacement using the "webpack-dev-server-hot=false" (default) > page errors 1`] = `[]`;
51
+
exports[`hot and live reload > should work and allow to disable hot module replacement using the "rspack-dev-server-hot=false" (default) > page errors 1`] = `[]`;
52
52
53
-
exports[`hot and live reload > should work and allow to disable live reload using the "webpack-dev-server-live-reload=false" (default) > console messages 1`] = `
53
+
exports[`hot and live reload > should work and allow to disable live reload using the "rspack-dev-server-live-reload=false" (default) > console messages 1`] = `
54
54
[
55
55
[rspack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.,
56
56
[rspack-dev-server] App updated. Recompiling...,
57
57
]
58
58
`;
59
59
60
-
exports[`hot and live reload > should work and allow to disable live reload using the "webpack-dev-server-live-reload=false" (default) > page errors 1`] = `[]`;
60
+
exports[`hot and live reload > should work and allow to disable live reload using the "rspack-dev-server-live-reload=false" (default) > page errors 1`] = `[]`;
61
61
62
62
exports[`hot and live reload > should work and do nothing when web socket server disabled (default) > console messages 1`] = `[]`;
0 commit comments