Skip to content

Commit

Permalink
fix: remove target: 'webworker'
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jan 31, 2023
1 parent e88e799 commit d5dc823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/integrations/vercel/src/edge/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default function vercelEdge({ includeFiles = [] }: VercelEdgeConfig = {})
}

vite.ssr = {
target: 'webworker',
noExternal: true,
};

Expand Down

0 comments on commit d5dc823

Please sign in to comment.