Skip to content

Commit 30691d2

Browse files
committed
update test app to prevent regressions
1 parent 3373ac4 commit 30691d2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/kit/test/apps/basics/src/app.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
77
<meta name="transform-page" content="__REPLACEME__" />
8+
<!-- included to ensure Vite tranform middleware isn't run on static scripts
9+
https://github.com/sveltejs/kit/issues/5672 -->
10+
<script src="%sveltekit.assets%/empty.js"></script>
811
%sveltekit.head%
912
</head>
1013
<body>

packages/kit/test/apps/basics/static/empty.js

Whitespace-only changes.

0 commit comments

Comments
 (0)