Skip to content

Commit

Permalink
chore(deps): Patch vite-plugin-solid
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx-dev committed Feb 20, 2025
1 parent 9c40b84 commit 8911da6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
"prettier": "3.3.3",
"release-please": "16.15.0",
"vitest": "3.0.5"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
14 changes: 14 additions & 0 deletions patches/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/dist/esm/index.mjs b/dist/esm/index.mjs
index 2d4f2118bf0a27b63315b7788ffd7a8b2728ffb0..4fff9fa7fb85b00f141ad77dc7682916942b5dc4 100644
--- a/dist/esm/index.mjs
+++ b/dist/esm/index.mjs
@@ -105,9 +105,6 @@ function solidPlugin(options = {}) {
exclude: solidPkgsConfig.optimizeDeps.exclude
},
ssr: solidPkgsConfig.ssr,
- ...(test.server ? {
- test
- } : {})
};
},
// @ts-ignore This hook only works in Vite 6
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8911da6

Please sign in to comment.