Skip to content

Commit

Permalink
chore: debug child-process rsc condition
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 11, 2024
1 parent 0c6600f commit d542ebd
Showing 1 changed file with 0 additions and 3 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

0 comments on commit d542ebd

Please sign in to comment.