Skip to content

Commit

Permalink
Add required polyfills for IE11.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdroulers committed Aug 1, 2016
1 parent 0c53de9 commit ef6a979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/utils/polyfills.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'core-js/fn/array/from';
import 'core-js/fn/array/iterator';
import 'core-js/fn/array/find-index';
import 'core-js/fn/map';
import 'core-js/fn/string/starts-with';
import 'core-js/fn/string/includes';
import 'core-js/fn/symbol';

0 comments on commit ef6a979

Please sign in to comment.