-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bundle SvelteKit when using Vitest (#9172)
* fix: don't force externalize SvelteKit * bundle when using vitest * update changelog description * remove accidental comma * Update packages/kit/src/exports/vite/index.js * fix: always bundle SvelteKit, always externalize CommonJS dependencies during development (#9203) * simplify * add comments etc * no need to noExternal kit itself * update comment * reinstate old comment * work around vitest * Update packages/kit/src/exports/vite/index.js Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com> Co-authored-by: Rich Harris <hello@rich-harris.dev>
- Loading branch information
1 parent
1917320
commit 2d349b0
Showing
2 changed files
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': patch | ||
--- | ||
|
||
fix: bundle SvelteKit when using Vitest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters