Skip to content

Commit

Permalink
remove unused target option (#4678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 20, 2022
1 parent e82fe2b commit f15af29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brown-nails-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-vercel': patch
---

Remove unused target option from config.json
1 change: 0 additions & 1 deletion packages/adapter-vercel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ async function v3(builder, external, edge, split) {
`${dir}/config.json`,
JSON.stringify({
version: 3,
target: 'production',
routes,
overrides
})
Expand Down

0 comments on commit f15af29

Please sign in to comment.