From a356c40c86ec58ae4f9effc2395efceeffefa98f Mon Sep 17 00:00:00 2001 From: Pedro Figueiredo Date: Wed, 3 May 2023 20:07:36 +0400 Subject: [PATCH] add scuttle exceptions for JSON and Date (#18989) * add scuttle exceptions for JSON and Date * address feedback --- development/build/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/build/index.js b/development/build/index.js index a25c57240..b9d00698a 100755 --- a/development/build/index.js +++ b/development/build/index.js @@ -125,6 +125,8 @@ async function defineAndRunBuildTasks() { 'Uint8Array', 'String', 'Promise', + 'JSON', + 'Date', // globals sentry needs to function '__SENTRY__', 'appState',