fix: remove target: 'webworker'
This commit is contained in:
parent
e88e799615
commit
d5dc8230b6
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ export default function vercelEdge({ includeFiles = [] }: VercelEdgeConfig = {})
|
|||
}
|
||||
|
||||
vite.ssr = {
|
||||
target: 'webworker',
|
||||
noExternal: true,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue