Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 6, 2022
1 parent 7626571 commit 18d5f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/config.ts
Expand Up @@ -737,7 +737,7 @@ export async function resolveConfig(
plugins: resolved.plugins.map((p) => p.name),
worker: {
...resolved.worker,
plugins: resolved.worker.plugins.map((p) => p.name),
plugins: resolved.worker.plugins.map((p) => p.name)
}
})
}
Expand Down

0 comments on commit 18d5f06

Please sign in to comment.