Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 6, 2024
1 parent 2868c55 commit 612fab0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/react-server/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ export default defineConfig((env) => ({
// [feedback] same as react-ssr
build: env.isPreview ? { outDir: "dist/client" } : {},

ssr: {
// [feedback] deps optimization platform per environment?
target: env.command === "serve" ? "webworker" : undefined,
},

builder: {
async buildEnvironments(builder, build) {
await build(builder.environments["react-server"]!);
Expand Down

0 comments on commit 612fab0

Please sign in to comment.