File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -186,24 +186,6 @@ exports[`expect webpack > test injectBottom with basePath 1`] = `
186
186
"
187
187
`;
188
188
189
- exports[`expect webpack > test injectBottom with basePath 2`] = `
190
- "<!DOCTYPE html>
191
- <html >
192
- <head >
193
- <meta charset = " utf-8" />
194
- <meta name = " viewport" content = " width=device-width, initial-scale=1.0" />
195
- <title >Webpack App</title >
196
- <script defer src = " /base/main.js" ></script ><link href = " /base/main.css" rel = " stylesheet" ><link rel = " preload" href = " /base/Roboto-Italic-96e486355f319e0b182b.woff2" type = " font/woff2" as = " font" ><link rel = " preload" href = " /base/Roboto-Regular-ec5068bd8823a38af494.woff2" type = " font/woff2" as = " font" >
197
- <!--__unplugin-inject-preload__-->
198
- </head >
199
- <body >
200
- <h1 >Unplugin Inject Preload</h1 >
201
-
202
- </body >
203
- </html >
204
- "
205
- `;
206
-
207
189
exports[`expect webpack > test modulepreload 1`] = `
208
190
"<!DOCTYPE html>
209
191
<html >
You can’t perform that action at this time.
0 commit comments