Skip to content

Commit 5005899

Browse files
committed
kit: Bundle kit in build step
1 parent 1d38f5e commit 5005899

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/weak-swans-lie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
kit: bundle @sveltejs/kit into built application

Diff for: packages/kit/src/core/build/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ async function build_server(
389389
})
390390
],
391391
ssr: {
392-
noExternal: ['svelte']
392+
noExternal: ['svelte', '@sveltejs/kit']
393393
},
394394
optimizeDeps: {
395395
entries: []

0 commit comments

Comments
 (0)