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';