From e00673dd72bd02ca693780ceba28069eb4e1191f Mon Sep 17 00:00:00 2001 From: Pauan Date: Thu, 19 Sep 2024 11:56:24 -0700 Subject: [PATCH] Fixing build error --- sdk/src/polyfill/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/polyfill/shared.ts b/sdk/src/polyfill/shared.ts index 2d6cb75f9..7fd8cd812 100644 --- a/sdk/src/polyfill/shared.ts +++ b/sdk/src/polyfill/shared.ts @@ -1,2 +1,2 @@ // These polyfills are shared by everything, both the browser and Node -import "core-js/proposals/json-parse-with-source"; +import "core-js/proposals/json-parse-with-source.js";