Skip to content

Commit

Permalink
fix: remove global polyfill (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Nov 9, 2023
1 parent 38f3e63 commit e6fab5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/setUpEdgeFunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const setUpEdgeFunction = async ({ angularJson, constants, failBuild }) => {
import process from "node:process"
globalThis.process = process
globalThis.global = globalThis
globalThis.DenoEvent = globalThis.Event // storing this for fixup-event.mjs
`

Expand Down

0 comments on commit e6fab5f

Please sign in to comment.