From 2ed3ad8e496d0d44f38d99fc5a184abb72e84d21 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 9 Nov 2023 14:29:09 +0100 Subject: [PATCH] fix: remove `global` polyfill --- src/helpers/setUpEdgeFunction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/setUpEdgeFunction.js b/src/helpers/setUpEdgeFunction.js index 33cf8fc5..024f5074 100644 --- a/src/helpers/setUpEdgeFunction.js +++ b/src/helpers/setUpEdgeFunction.js @@ -62,7 +62,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 `