@@ -10,6 +10,7 @@ exports[`Base rendering of HTML template 1`] = `
10
10
<link rel =\\"manifest\\" href =\\"/test/public/path/manifest.json\\">
11
11
<link
12
12
href =\\"/test/public/path/main-1511941200000.css\\"
13
+
13
14
id =\\"tru-style\\"
14
15
rel =\\"stylesheet\\"
15
16
/>
@@ -29,11 +30,13 @@ exports[`Base rendering of HTML template 1`] = `
29
30
</script>
30
31
<script
31
32
src =\\"/test/public/path/polyfills-1511941200000.js\\"
33
+
32
34
type =\\"application/javascript\\"
33
35
></script >
34
36
35
37
<script
36
38
src =\\"/test/public/path/main-1511941200000.js\\"
39
+
37
40
type =\\"application/javascript\\"
38
41
></script >
39
42
</body >
@@ -50,6 +53,7 @@ exports[`Config overriding for injection 1`] = `
50
53
<link rel =\\"manifest\\" href =\\"/test/public/path/manifest.json\\">
51
54
<link
52
55
href =\\"/test/public/path/main-1511941200000.css\\"
56
+
53
57
id =\\"tru-style\\"
54
58
rel =\\"stylesheet\\"
55
59
/>
@@ -69,11 +73,13 @@ exports[`Config overriding for injection 1`] = `
69
73
</script>
70
74
<script
71
75
src =\\"/test/public/path/polyfills-1511941200000.js\\"
76
+
72
77
type =\\"application/javascript\\"
73
78
></script >
74
79
75
80
<script
76
81
src =\\"/test/public/path/main-1511941200000.js\\"
82
+
77
83
type =\\"application/javascript\\"
78
84
></script >
79
85
</body >
@@ -90,6 +96,7 @@ exports[`Hemlet integration works 1`] = `
90
96
<link rel =\\"manifest\\" href =\\"/test/public/path/manifest.json\\">
91
97
<link
92
98
href =\\"/test/public/path/main-1511941200000.css\\"
99
+
93
100
id =\\"tru-style\\"
94
101
rel =\\"stylesheet\\"
95
102
/>
@@ -109,11 +116,13 @@ exports[`Hemlet integration works 1`] = `
109
116
</script>
110
117
<script
111
118
src =\\"/test/public/path/polyfills-1511941200000.js\\"
119
+
112
120
type =\\"application/javascript\\"
113
121
></script >
114
122
115
123
<script
116
124
src =\\"/test/public/path/main-1511941200000.js\\"
125
+
117
126
type =\\"application/javascript\\"
118
127
></script >
119
128
</body >
@@ -130,6 +139,7 @@ exports[`Injection of additional JS scripts 1`] = `
130
139
<link rel =\\"manifest\\" href =\\"/test/public/path/manifest.json\\">
131
140
<link
132
141
href =\\"/test/public/path/main-1511941200000.css\\"
142
+
133
143
id =\\"tru-style\\"
134
144
rel =\\"stylesheet\\"
135
145
/>
@@ -149,11 +159,13 @@ exports[`Injection of additional JS scripts 1`] = `
149
159
</script>
150
160
<script
151
161
src =\\"/test/public/path/polyfills-1511941200000.js\\"
162
+
152
163
type =\\"application/javascript\\"
153
164
></script >
154
165
<script >Dummy JS Sript</script ><script >Another Dummy JS Script</script >
155
166
<script
156
167
src =\\"/test/public/path/main-1511941200000.js\\"
168
+
157
169
type =\\"application/javascript\\"
158
170
></script >
159
171
</body >
@@ -170,10 +182,11 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
170
182
<link rel =\\"manifest\\" href =\\"/test/public/path/manifest.json\\">
171
183
<link
172
184
href =\\"/test/public/path/main-1511941200000.css\\"
185
+
173
186
id =\\"tru-style\\"
174
187
rel =\\"stylesheet\\"
175
188
/>
176
- <link data-chunk =\\"test-chunk-a\\" id =\\"tru-style\\" href =\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel =\\"stylesheet\\" /><link data-chunk =\\"test-chunk-b\\" id =\\"tru-style\\" href =\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel =\\"stylesheet\\" />
189
+ <link data-chunk =\\"test-chunk-a\\" id =\\"tru-style\\" href =\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel =\\"stylesheet\\" /><link data-chunk =\\"test-chunk-b\\" id =\\"tru-style\\" href =\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel =\\"stylesheet\\" />
177
190
<link rel =\\"shortcut icon\\" href =\\"/favicon.ico\\" />
178
191
<meta charset =\\"utf-8\\" />
179
192
<meta
@@ -189,11 +202,13 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
189
202
</script>
190
203
<script
191
204
src =\\"/test/public/path/polyfills-1511941200000.js\\"
205
+
192
206
type =\\"application/javascript\\"
193
207
></script >
194
208
195
209
<script
196
210
src =\\"/test/public/path/main-1511941200000.js\\"
211
+
197
212
type =\\"application/javascript\\"
198
213
></script >
199
214
</body >
@@ -211,6 +226,7 @@ exports[`Setting of response HTTP status the server-side rendering 1`] = `
211
226
<link rel =\\"manifest\\" href =\\"/test/public/path/manifest.json\\">
212
227
<link
213
228
href =\\"/test/public/path/main-1511941200000.css\\"
229
+
214
230
id =\\"tru-style\\"
215
231
rel =\\"stylesheet\\"
216
232
/>
@@ -230,11 +246,13 @@ exports[`Setting of response HTTP status the server-side rendering 1`] = `
230
246
</script>
231
247
<script
232
248
src =\\"/test/public/path/polyfills-1511941200000.js\\"
249
+
233
250
type =\\"application/javascript\\"
234
251
></script >
235
252
236
253
<script
237
254
src =\\"/test/public/path/main-1511941200000.js\\"
255
+
238
256
type =\\"application/javascript\\"
239
257
></script >
240
258
</body >
0 commit comments