-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for solidjs/vite-plugin-solid#170
- Loading branch information
1 parent
e1452b3
commit ed0cee3
Showing
3 changed files
with
411 additions
and
951 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
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,16 @@ | ||
diff --git a/dist/esm/index.mjs b/dist/esm/index.mjs | ||
index e065926b3da86406660aba987cb8226af9f0f8fd..bca68dfff42867a904d1be10938240ae459a8612 100644 | ||
--- a/dist/esm/index.mjs | ||
+++ b/dist/esm/index.mjs | ||
@@ -102,10 +102,7 @@ function solidPlugin(options = {}) { | ||
include: [...nestedDeps, ...solidPkgsConfig.optimizeDeps.include], | ||
exclude: solidPkgsConfig.optimizeDeps.exclude | ||
}, | ||
- ssr: solidPkgsConfig.ssr, | ||
- ...(test.server ? { | ||
- test | ||
- } : {}) | ||
+ ssr: solidPkgsConfig.ssr | ||
}; | ||
}, | ||
// @ts-ignore This hook only works in Vite 6 |
Oops, something went wrong.