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 81e4e3f commit dd5f2c1Copy full SHA for dd5f2c1
packages/kit/src/exports/vite/index.js
@@ -301,7 +301,7 @@ async function kit({ svelte_config }) {
301
// This forces `$app/*` modules to be bundled, since they depend on
302
// virtual modules like `__sveltekit/paths` (this isn't a valid bare
303
// import, but it works with vite-node's externalization logic, which
304
- // uses basic concatenation
+ // uses basic concatenation)
305
'@sveltejs/kit/src/runtime'
306
]
307
}
0 commit comments