Skip to content

Commit

Permalink
chore: target ESM for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Sep 25, 2023
1 parent fd7ed1f commit 20e79a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vercel/src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export async function buildFn(
'import',
'require',
];
options.format = 'esm';
}

const ctx = { found: false, index: '' };
Expand Down

0 comments on commit 20e79a5

Please sign in to comment.