Skip to content

Commit 0bb5daf

Browse files
committed
Add import for Array.some to packages/polyfill/index.ts.
1 parent 80963fc commit 0bb5daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/polyfill/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import 'promise-polyfill/lib/polyfill';
2424
// ES6
2525
import 'core-js/features/array/find';
2626
import 'core-js/features/array/find-index';
27+
import 'core-js/features/array/some';
2728
import 'core-js/features/object/assign';
2829
import 'core-js/features/string/starts-with';
2930
import 'core-js/features/string/repeat';

0 commit comments

Comments
 (0)