Skip to content

Commit 4e8bebd

Browse files
committed
clean snapshot file
1 parent 6375fb5 commit 4e8bebd

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

test/__snapshots__/webpack.test.ts.snap

-18
Original file line numberDiff line numberDiff line change
@@ -186,24 +186,6 @@ exports[`expect webpack > test injectBottom with basePath 1`] = `
186186
"
187187
`;
188188
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-
207189
exports[`expect webpack > test modulepreload 1`] = `
208190
"<!DOCTYPE html>
209191
<html>

0 commit comments

Comments
 (0)