Skip to content

Commit

Permalink
SHIBUI-921 Added es7 polyfills for array/object methods
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 22, 2018
1 parent aec268d commit 41c10c5
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 41c10c5

Please sign in to comment.