Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-921-ie11 (pull request #221)
Browse files Browse the repository at this point in the history
SHIBUI-921 Added es7 polyfills for array/object methods

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Oct 22, 2018
2 parents d7a9331 + 41c10c5 commit cd208d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import 'core-js/es6/set';
/** Evergreen browsers require these. **/
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';

import 'core-js/es7/array';
import 'core-js/es7/object';

/**
* Required to support Web Animations `@angular/animation`.
Expand Down

0 comments on commit cd208d3

Please sign in to comment.