Skip to content

Commit

Permalink
respect externals in vercel adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Apr 14, 2022
1 parent 2192627 commit a08b7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/vercel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function vercel(): AstroIntegration {
format: 'cjs',
platform: 'node',
target: 'node14',
external: ['*'],
});

await fs.rm(tmpDir, { recursive: true });
Expand Down

0 comments on commit a08b7ee

Please sign in to comment.