From c7d9dd3cb4058435fb0d1f8723c15045290c1065 Mon Sep 17 00:00:00 2001 From: wuduoyi Date: Tue, 26 Mar 2024 20:20:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20Object.hasOwn=20pol?= =?UTF-8?q?yfill=20=E9=81=BF=E5=85=8D=20Chrome=2092=20=E4=BB=A5=E4=B8=8B?= =?UTF-8?q?=E6=8A=A5=E9=94=99=20Closes=20#9816?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/polyfills/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/polyfills/index.ts b/examples/polyfills/index.ts index c729415d0..0183f49eb 100644 --- a/examples/polyfills/index.ts +++ b/examples/polyfills/index.ts @@ -10,6 +10,7 @@ import 'core-js/es/number/is-nan'; import 'core-js/es/promise'; import 'core-js/es/object/assign'; import 'core-js/es/object/keys'; +import 'core-js/es/object/has-own'; import 'core-js/es/map'; import 'core-js/es/set'; import 'core-js/es/symbol';