Skip to content

Commit

Permalink
Stop using workerd
Browse files Browse the repository at this point in the history
Vercel Edge Functions don't necessarily implement the same APIs as CF Workers.

If a library supports both, the library has to provide entries for each in `exports`.
  • Loading branch information
eps1lon committed Jun 13, 2024
1 parent 217d1ad commit bc11dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/build/webpack-config-rules/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
// exports.<conditionName>
export const edgeConditionNames = [
'edge-light',
'workerd',
// inherits the default conditions
'...',
]
Expand Down

0 comments on commit bc11dee

Please sign in to comment.