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
exports[`multi compiler should work with one web target configuration: console messages 1`] = `
3
+
exports[`multi compiler should work with one web target configuration and do nothing: console messages 1`] = `
4
4
Array [
5
5
"[HMR] Waiting for update signal from WDS...",
6
6
"Hey.",
@@ -9,94 +9,269 @@ Array [
9
9
]
10
10
`;
11
11
12
-
exports[`multi compiler should work with one web target configuration: page errors 1`] = `Array []`;
12
+
exports[`multi compiler should work with one web target configuration and do nothing: page errors 1`] = `Array []`;
13
13
14
-
exports[`multi compiler should work with two web target configurations with hot and live reload: console messages 1`] = `
14
+
exports[`multi compiler should work with universal configuration and do nothing: console messages 1`] = `
15
15
Array [
16
16
"[HMR] Waiting for update signal from WDS...",
17
-
"one",
17
+
"Hello from the browser",
18
18
"[webpack-dev-server] Hot Module Replacement enabled.",
19
19
"[webpack-dev-server] Live Reloading enabled.",
20
20
]
21
21
`;
22
22
23
-
exports[`multi compiler should work with two web target configurations with hot and live reload: console messages 2`] = `
23
+
exports[`multi compiler should work with universal configuration and do nothing: page errors 1`] = `Array []`;
24
+
25
+
exports[`multi compiler should work with universal configuration when hot and live reloads are enabled, and do hot reload for browser compiler by default when browser entry changed: console messages 1`] = `
24
26
Array [
25
27
"[HMR] Waiting for update signal from WDS...",
26
-
"two",
28
+
"Hello from the browser",
29
+
"[webpack-dev-server] Hot Module Replacement enabled.",
"[HMR] Cannot apply update. Need to do a full reload!",
35
+
"[HMR] Error: Aborted because ./browser.js is not accepted
36
+
Update propagation: ./browser.js -> 0
37
+
<stack>",
38
+
"[HMR] Waiting for update signal from WDS...",
39
+
"Hello from the browser",
27
40
"[webpack-dev-server] Hot Module Replacement enabled.",
28
41
"[webpack-dev-server] Live Reloading enabled.",
29
42
]
30
43
`;
31
44
32
-
exports[`multi compiler should work with two web target configurations with hot and live reload: page errors 1`] = `Array []`;
45
+
exports[`multi compiler should work with universal configuration when hot and live reloads are enabled, and do hot reload for browser compiler by default when browser entry changed: page errors 1`] = `Array []`;
33
46
34
-
exports[`multi compiler should work with two web target configurations with hot and live reload: page errors 2`] = `Array []`;
47
+
exports[`multi compiler should work with universal configuration when only hot reload is enabled, and do hot reload for browser compiler when browser entry changed: console messages 1`] = `
48
+
Array [
49
+
"[HMR] Waiting for update signal from WDS...",
50
+
"Hello from the browser",
51
+
"[webpack-dev-server] Hot Module Replacement enabled.",
"[HMR] Cannot apply update. Need to do a full reload!",
56
+
"[HMR] Error: Aborted because ./browser.js is not accepted
57
+
Update propagation: ./browser.js -> 0
58
+
at hotApplyInternal (http://127.0.0.1:8103/browser.js:508:30)
59
+
at hotApply (http://127.0.0.1:8103/browser.js:362:19)
60
+
at http://127.0.0.1:8103/browser.js:337:22",
61
+
"[HMR] Waiting for update signal from WDS...",
62
+
"Hello from the browser",
63
+
"[webpack-dev-server] Hot Module Replacement enabled.",
64
+
]
65
+
`;
66
+
67
+
exports[`multi compiler should work with universal configuration when only hot reload is enabled, and do hot reload for browser compiler when browser entry changed: page errors 1`] = `Array []`;
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: console messages 1`] = `
exports[`multi compiler should work with two web target configurations with only hot reload: console messages 1`] = `
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: console messages 2`] = `
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 1`] = `Array []`;
92
+
93
+
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`] = `Array []`;
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 server and browser entries: console messages 1`] = `
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`] = `
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 1`] = `Array []`;
118
+
119
+
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`] = `Array []`;
120
+
121
+
exports[`multi compiler should work with web target configurations and do nothing: console messages 1`] = `
37
122
Array [
38
123
"[HMR] Waiting for update signal from WDS...",
39
124
"one",
40
125
"[webpack-dev-server] Hot Module Replacement enabled.",
126
+
"[webpack-dev-server] Live Reloading enabled.",
41
127
]
42
128
`;
43
129
44
-
exports[`multi compiler should work with two web target configurations with only hot reload: console messages 2`] = `
130
+
exports[`multi compiler should work with web target configurations and do nothing: console messages 2`] = `
45
131
Array [
46
132
"[HMR] Waiting for update signal from WDS...",
47
133
"two",
48
134
"[webpack-dev-server] Hot Module Replacement enabled.",
135
+
"[webpack-dev-server] Live Reloading enabled.",
49
136
]
50
137
`;
51
138
52
-
exports[`multi compiler should work with two web target configurations with only hot reload: page errors 1`] = `Array []`;
139
+
exports[`multi compiler should work with web target configurations and do nothing: page errors 1`] = `Array []`;
53
140
54
-
exports[`multi compiler should work with two web target configurations with only hot reload: page errors 2`] = `Array []`;
141
+
exports[`multi compiler should work with web target configurations and do nothing: page errors 2`] = `Array []`;
55
142
56
-
exports[`multi compiler should work with two web target configurations with only live reload: console messages 1`] = `
143
+
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 1`] = `
57
144
Array [
145
+
"[HMR] Waiting for update signal from WDS...",
58
146
"one",
147
+
"[webpack-dev-server] Hot Module Replacement enabled.",
"[HMR] Cannot apply update. Need to do a full reload!",
153
+
"[HMR] Error: Aborted because ./one.js is not accepted
154
+
Update propagation: ./one.js -> 0
155
+
<stack>",
156
+
"[HMR] Waiting for update signal from WDS...",
157
+
"one",
158
+
"[webpack-dev-server] Hot Module Replacement enabled.",
59
159
"[webpack-dev-server] Live Reloading enabled.",
60
160
]
61
161
`;
62
162
63
-
exports[`multi compiler should work with two web target configurations with only live reload: console messages 2`] = `
163
+
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`] = `
64
164
Array [
165
+
"[HMR] Waiting for update signal from WDS...",
65
166
"two",
167
+
"[webpack-dev-server] Hot Module Replacement enabled.",
"[HMR] Cannot apply update. Need to do a full reload!",
173
+
"[HMR] Error: Aborted because ./two.js is not accepted
174
+
Update propagation: ./two.js -> 0
175
+
<stack>",
176
+
"[HMR] Waiting for update signal from WDS...",
177
+
"two",
178
+
"[webpack-dev-server] Hot Module Replacement enabled.",
66
179
"[webpack-dev-server] Live Reloading enabled.",
67
180
]
68
181
`;
69
182
70
-
exports[`multi compiler should work with two web target configurations with only live reload: page errors 1`] = `Array []`;
183
+
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 1`] = `Array []`;
71
184
72
-
exports[`multi compiler should work with two web target configurations with only live reload: page errors 2`] = `Array []`;
185
+
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`] = `Array []`;
73
186
74
-
exports[`multi compiler should work with universal configurations with hot and live reload: console messages 1`] = `
187
+
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 1`] = `
75
188
Array [
76
189
"[HMR] Waiting for update signal from WDS...",
77
-
"Hello from the browser",
190
+
"one",
191
+
"[webpack-dev-server] Hot Module Replacement enabled.",
"[HMR] Cannot apply update. Need to do a full reload!",
196
+
"[HMR] Error: Aborted because ./one.js is not accepted
197
+
Update propagation: ./one.js -> 0
198
+
<stack>",
199
+
"[HMR] Waiting for update signal from WDS...",
200
+
"one",
78
201
"[webpack-dev-server] Hot Module Replacement enabled.",
79
-
"[webpack-dev-server] Live Reloading enabled.",
80
202
]
81
203
`;
82
204
83
-
exports[`multi compiler should work with universal configurations with hot and live reload: page errors 1`] = `Array []`;
84
-
85
-
exports[`multi compiler should work with universal configurations with only hot reload: console messages 1`] = `
205
+
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`] = `
86
206
Array [
87
207
"[HMR] Waiting for update signal from WDS...",
88
-
"Hello from the browser",
208
+
"two",
209
+
"[webpack-dev-server] Hot Module Replacement enabled.",
"[HMR] Cannot apply update. Need to do a full reload!",
214
+
"[HMR] Error: Aborted because ./two.js is not accepted
215
+
Update propagation: ./two.js -> 0
216
+
<stack>",
217
+
"[HMR] Waiting for update signal from WDS...",
218
+
"two",
89
219
"[webpack-dev-server] Hot Module Replacement enabled.",
90
220
]
91
221
`;
92
222
93
-
exports[`multi compiler should work with universal configurations with only hot reload: page errors 1`] = `Array []`;
223
+
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 1`] = `Array []`;
224
+
225
+
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`] = `Array []`;
94
226
95
-
exports[`multi compiler should work with universal configurations with only live reload: console messages 1`] = `
227
+
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 1`] = `
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`] = `
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 1`] = `Array []`;
250
+
251
+
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`] = `Array []`;
252
+
253
+
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 1`] = `
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`] = `
exports[`multi compiler should work with universal configurations with only live reload: page errors 1`] = `Array []`;
275
+
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 1`] = `Array []`;
276
+
277
+
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`] = `Array []`;
0 commit comments