Skip to content

Commit dd5f2c1

Browse files
committed
OCD
1 parent 81e4e3f commit dd5f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/exports/vite/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ async function kit({ svelte_config }) {
301301
// This forces `$app/*` modules to be bundled, since they depend on
302302
// virtual modules like `__sveltekit/paths` (this isn't a valid bare
303303
// import, but it works with vite-node's externalization logic, which
304-
// uses basic concatenation
304+
// uses basic concatenation)
305305
'@sveltejs/kit/src/runtime'
306306
]
307307
}

0 commit comments

Comments
 (0)