Skip to content

Commit

Permalink
fix: add includes polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Feb 15, 2021
1 parent 8270481 commit 3ba622f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'core-js/es/promise';

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/is';
Expand Down

0 comments on commit 3ba622f

Please sign in to comment.