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/e2e/__snapshots__/multi-compiler.test.js.snap.webpack5
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ exports[`multi compiler > should work with universal configuration when only hot
66
66
[]
67
67
`;
68
68
69
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries 3`] = `
69
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries 1`] = `
70
70
[
71
71
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
72
72
"Hello from the browser",
@@ -77,11 +77,11 @@ exports[`multi compiler > should work with universal configuration when only liv
77
77
]
78
78
`;
79
79
80
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries 4`] = `
80
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries 2`] = `
81
81
[]
82
82
`;
83
83
84
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries > console messages 2`] = `
84
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries 3`] = `
85
85
[
86
86
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
87
87
"Hello from the browser",
@@ -92,11 +92,11 @@ exports[`multi compiler > should work with universal configuration when only liv
92
92
]
93
93
`;
94
94
95
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries > page errors 2`] = `
95
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing browser and server entries 4`] = `
96
96
[]
97
97
`;
98
98
99
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries 3`] = `
99
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries 1`] = `
100
100
[
101
101
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
102
102
"Hello from the browser",
@@ -107,11 +107,11 @@ exports[`multi compiler > should work with universal configuration when only liv
107
107
]
108
108
`;
109
109
110
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries 4`] = `
110
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries 2`] = `
111
111
[]
112
112
`;
113
113
114
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries > console messages 2`] = `
114
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries 3`] = `
115
115
[
116
116
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
117
117
"Hello from the browser",
@@ -122,35 +122,35 @@ exports[`multi compiler > should work with universal configuration when only liv
122
122
]
123
123
`;
124
124
125
-
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries > page errors 2`] = `
125
+
exports[`multi compiler > should work with universal configuration when only live reload is enabled, and do live reload for browser compiler when changing server and browser entries 4`] = `
126
126
[]
127
127
`;
128
128
129
-
exports[`multi compiler > should work with web target configurations and do nothing 3`] = `
129
+
exports[`multi compiler > should work with web target configurations and do nothing 1`] = `
130
130
[
131
131
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
132
132
"[HMR] Waiting for update signal from WDS...",
133
133
"one",
134
134
]
135
135
`;
136
136
137
-
exports[`multi compiler > should work with web target configurations and do nothing 4`] = `
137
+
exports[`multi compiler > should work with web target configurations and do nothing 2`] = `
138
138
[]
139
139
`;
140
140
141
-
exports[`multi compiler > should work with web target configurations and do nothing > console messages 2`] = `
141
+
exports[`multi compiler > should work with web target configurations and do nothing 3`] = `
142
142
[
143
143
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
144
144
"[HMR] Waiting for update signal from WDS...",
145
145
"two",
146
146
]
147
147
`;
148
148
149
-
exports[`multi compiler > should work with web target configurations and do nothing > page errors 2`] = `
149
+
exports[`multi compiler > should work with web target configurations and do nothing 4`] = `
150
150
[]
151
151
`;
152
152
153
-
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries 3`] = `
153
+
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries 1`] = `
154
154
[
155
155
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries 4`] = `
171
+
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries 2`] = `
172
172
[]
173
173
`;
174
174
175
-
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries > console messages 2`] = `
175
+
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries 3`] = `
176
176
[
177
177
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries > page errors 2`] = `
193
+
exports[`multi compiler > should work with web target configurations when hot and live reloads are enabled, and do hot reload by default when changing own entries 4`] = `
194
194
[]
195
195
`;
196
196
197
-
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries 3`] = `
197
+
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries 1`] = `
198
198
[
199
199
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading disabled, Progress disabled, Overlay enabled.",
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries 4`] = `
215
+
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries 2`] = `
216
216
[]
217
217
`;
218
218
219
-
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries > console messages 2`] = `
219
+
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries 3`] = `
220
220
[
221
221
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading disabled, Progress disabled, Overlay enabled.",
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries > page errors 2`] = `
237
+
exports[`multi compiler > should work with web target configurations when only hot reload is enabled, and do hot reload when changing own entries 4`] = `
238
238
[]
239
239
`;
240
240
241
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries 3`] = `
241
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries 1`] = `
242
242
[
243
243
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
244
244
"one",
@@ -249,11 +249,11 @@ exports[`multi compiler > should work with web target configurations when only l
249
249
]
250
250
`;
251
251
252
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries 4`] = `
252
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries 2`] = `
253
253
[]
254
254
`;
255
255
256
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries > console messages 2`] = `
256
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries 3`] = `
257
257
[
258
258
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
259
259
"two",
@@ -264,11 +264,11 @@ exports[`multi compiler > should work with web target configurations when only l
264
264
]
265
265
`;
266
266
267
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries > page errors 2`] = `
267
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled and do live reload when changing other entries 4`] = `
268
268
[]
269
269
`;
270
270
271
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries 3`] = `
271
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries 1`] = `
272
272
[
273
273
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
274
274
"one",
@@ -279,11 +279,11 @@ exports[`multi compiler > should work with web target configurations when only l
279
279
]
280
280
`;
281
281
282
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries 4`] = `
282
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries 2`] = `
283
283
[]
284
284
`;
285
285
286
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries > console messages 2`] = `
286
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries 3`] = `
287
287
[
288
288
"[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
289
289
"two",
@@ -294,6 +294,6 @@ exports[`multi compiler > should work with web target configurations when only l
294
294
]
295
295
`;
296
296
297
-
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries > page errors 2`] = `
297
+
exports[`multi compiler > should work with web target configurations when only live reload is enabled, and do live reload when changing own entries 4`] = `
0 commit comments