Skip to content

Commit

Permalink
kit: Bundle kit in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
GrygrFlzr committed Mar 11, 2021
1 parent 1d38f5e commit 5005899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-swans-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

kit: bundle @sveltejs/kit into built application
2 changes: 1 addition & 1 deletion packages/kit/src/core/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ async function build_server(
})
],
ssr: {
noExternal: ['svelte']
noExternal: ['svelte', '@sveltejs/kit']
},
optimizeDeps: {
entries: []
Expand Down

0 comments on commit 5005899

Please sign in to comment.