Skip to content

Commit

Permalink
fix(set-immediate): add set-immediate polyfill (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Concide committed Apr 29, 2020
1 parent 802c8d6 commit e3809ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require('core-js/fn/array/includes');
require('core-js/fn/object/assign');
require('core-js/fn/object/is');
require('core-js/fn/object/values');
require('core-js/fn/set-immediate');
require('core-js/es6/promise');
require('core-js/es6/set');
require('core-js/es6/map');
Expand Down

0 comments on commit e3809ee

Please sign in to comment.