Skip to content

Commit

Permalink
chore(deps): vite 6.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 16, 2024
1 parent f0f203a commit bcf66c7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 49 deletions.
3 changes: 0 additions & 3 deletions examples/child-process/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export default defineConfig((_env) => ({
],
environments: {
rsc: {
// TODO: for now, we need this to avoid mixed condition for ssr/rsc envs
// https://github.com/vitejs/vite/issues/18222
webCompatible: true,
resolve: {
externalConditions: ["react-server"],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vite": "https://pkg.pr.new/vite@4c5cf91",
"vite": "6.0.0-beta.3",
"vitest": "^2.0.3",
"wrangler": "^3.79.0"
},
Expand Down
83 changes: 38 additions & 45 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 bcf66c7

Please sign in to comment.