Skip to content

Commit

Permalink
fix: IE11, add missing Object.assign polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jun 20, 2019
1 parent 0eb1e66 commit 888f04e
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
Expand Up @@ -3,6 +3,7 @@ import 'core-js/fn/array/find';
import 'core-js/fn/object/assign';
import 'core-js/fn/string/ends-with';
import 'core-js/fn/string/starts-with';
import 'core-js/fn/object/assign';

import 'core-js/es6/map';
import 'core-js/es6/symbol';
Expand Down

0 comments on commit 888f04e

Please sign in to comment.