Skip to content

Commit 2ed3ad8

Browse files
committed
fix: remove global polyfill
1 parent cd03728 commit 2ed3ad8

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
@@ -62,7 +62,6 @@ const setUpEdgeFunction = async ({ angularJson, constants, failBuild }) => {
6262
import process from "node:process"
6363
6464
globalThis.process = process
65-
globalThis.global = globalThis
6665
globalThis.DenoEvent = globalThis.Event // storing this for fixup-event.mjs
6766
`
6867

0 commit comments

Comments
 (0)