@@ -173,36 +173,6 @@ exports[`expect rspack with HtmlRspackPlugin > test injectBottom with basePath 1
173
173
<h1 >Unplugin Inject Preload</h1 >
174
174
175
175
176
- </body ></html >"
177
- `;
178
-
179
- exports[`expect rspack with HtmlRspackPlugin > test issue9 1`] = `
180
- "<!DOCTYPE html>
181
- <html >
182
- <head >
183
- <meta charset = " utf-8" />
184
- <meta name = " viewport" content = " width=device-width, initial-scale=1.0" />
185
- <!--__unplugin-inject-preload__-->
186
- <title >Unplugin Inject Preload</title ><script src = " /main.js" defer ></script ><link href = " /main.css" rel = " stylesheet" /></head >
187
- <body >
188
- <h1 >Unplugin Inject Preload</h1 >
189
-
190
-
191
- </body ></html >"
192
- `;
193
-
194
- exports[`expect rspack with HtmlRspackPlugin > test issue9 with basePath 1`] = `
195
- "<!DOCTYPE html>
196
- <html >
197
- <head >
198
- <meta charset = " utf-8" />
199
- <meta name = " viewport" content = " width=device-width, initial-scale=1.0" />
200
- <!--__unplugin-inject-preload__-->
201
- <title >Unplugin Inject Preload</title ><script src = " /base/main.js" defer ></script ><link href = " /base/main.css" rel = " stylesheet" /></head >
202
- <body >
203
- <h1 >Unplugin Inject Preload</h1 >
204
-
205
-
206
176
</body ></html >"
207
177
`;
208
178
@@ -524,42 +494,6 @@ exports[`expect rspack with HtmlWebpackPlugin > test injectBottom with basePath
524
494
"
525
495
`;
526
496
527
- exports[`expect rspack with HtmlWebpackPlugin > test issue9 1`] = `
528
- "<!DOCTYPE html>
529
- <html >
530
- <head >
531
- <meta charset = " utf-8" />
532
- <meta name = " viewport" content = " width=device-width, initial-scale=1.0" />
533
- <title >Unplugin Inject Preload</title >
534
- <script defer src = " /main.js" ></script ><link href = " /main.css" rel = " stylesheet" >
535
- <!--__unplugin-inject-preload__-->
536
- <script defer src = " /main.js" ></script ><link href = " /main.css" rel = " stylesheet" ></head >
537
- <body >
538
- <h1 >Unplugin Inject Preload</h1 >
539
-
540
- </body >
541
- </html >
542
- "
543
- `;
544
-
545
- exports[`expect rspack with HtmlWebpackPlugin > test issue9 with basePath 1`] = `
546
- "<!DOCTYPE html>
547
- <html >
548
- <head >
549
- <meta charset = " utf-8" />
550
- <meta name = " viewport" content = " width=device-width, initial-scale=1.0" />
551
- <title >Unplugin Inject Preload</title >
552
- <script defer src = " /base/main.js" ></script ><link href = " /base/main.css" rel = " stylesheet" >
553
- <!--__unplugin-inject-preload__-->
554
- <script defer src = " /base/main.js" ></script ><link href = " /base/main.css" rel = " stylesheet" ></head >
555
- <body >
556
- <h1 >Unplugin Inject Preload</h1 >
557
-
558
- </body >
559
- </html >
560
- "
561
- `;
562
-
563
497
exports[`expect rspack with HtmlWebpackPlugin > test modulepreload 1`] = `
564
498
"<!DOCTYPE html>
565
499
<html >
0 commit comments