Disable function splitting
This commit is contained in:
parent
ccc2f2376e
commit
3c3d779d3d
1 changed files with 0 additions and 6 deletions
|
@ -13,9 +13,6 @@ if (process.env.VERCEL) {
|
|||
configMixin = {
|
||||
output: "server",
|
||||
adapter: vercel(),
|
||||
build: {
|
||||
split: true,
|
||||
},
|
||||
};
|
||||
} else if (process.env.CF_PAGES) {
|
||||
console.info("Using Cloudflare adapter...");
|
||||
|
@ -28,9 +25,6 @@ if (process.env.VERCEL) {
|
|||
configMixin = {
|
||||
output: "server",
|
||||
adapter: netlify(),
|
||||
build: {
|
||||
split: true,
|
||||
},
|
||||
};
|
||||
} else if (process.argv.includes("--s2f-use-deno")) {
|
||||
console.info("Using Deno adapter...");
|
||||
|
|
Reference in a new issue