Skip to content

Commit

Permalink
fix: add array at polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Dec 16, 2024
1 parent c3fbdc9 commit fa3e77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/web/src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import 'core-js/es/array/flat-map';
import 'core-js/es/array/at';
import 'core-js/es/object/from-entries';

0 comments on commit fa3e77c

Please sign in to comment.