Skip to content

Commit

Permalink
fix: add polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi committed Feb 22, 2024
1 parent f3c1d22 commit bd70315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'core-js/es/array/find';
import 'core-js/es/array/includes';
import 'core-js/es/object/assign';
import 'core-js/es/object/entries';
import 'core-js/es/object/get-own-property-descriptors';
Expand Down

0 comments on commit bd70315

Please sign in to comment.