diff --git a/conf/environments.js b/conf/environments.js index 10e6fdaa70f..e3738a65239 100644 --- a/conf/environments.js +++ b/conf/environments.js @@ -40,7 +40,8 @@ const newGlobals2017 = { const newGlobals2020 = { BigInt: false, BigInt64Array: false, - BigUint64Array: false + BigUint64Array: false, + globalThis: false }; //------------------------------------------------------------------------------