We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3373ac4 commit 30691d2Copy full SHA for 30691d2
packages/kit/test/apps/basics/src/app.html
@@ -5,6 +5,9 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
7
<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>
11
%sveltekit.head%
12
</head>
13
<body>
packages/kit/test/apps/basics/static/empty.js
0 commit comments