We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80963fc commit 0bb5dafCopy full SHA for 0bb5daf
packages/polyfill/index.ts
@@ -24,6 +24,7 @@ import 'promise-polyfill/lib/polyfill';
24
// ES6
25
import 'core-js/features/array/find';
26
import 'core-js/features/array/find-index';
27
+import 'core-js/features/array/some';
28
import 'core-js/features/object/assign';
29
import 'core-js/features/string/starts-with';
30
import 'core-js/features/string/repeat';
0 commit comments