Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): add Symbol.iterator polyfill for …
Browse files Browse the repository at this point in the history
…legacy browsers
  • Loading branch information
lacolaco authored and vikerman committed Jun 27, 2019
1 parent 476c98c commit 7f6f39c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// ES2015 symbol capabilities
import 'core-js/modules/es.symbol';
import 'core-js/modules/es.symbol.iterator';

// ES2015 function capabilities
import 'core-js/modules/es.function.bind';
Expand Down

0 comments on commit 7f6f39c

Please sign in to comment.