Skip to content

Commit e6fab5f

Browse files
authored
fix: remove global polyfill (#76)
1 parent 38f3e63 commit e6fab5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/setUpEdgeFunction.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const setUpEdgeFunction = async ({ angularJson, constants, failBuild }) => {
8181
import process from "node:process"
8282
8383
globalThis.process = process
84-
globalThis.global = globalThis
8584
globalThis.DenoEvent = globalThis.Event // storing this for fixup-event.mjs
8685
`
8786

0 commit comments

Comments
 (0)