Skip to content

Commit

Permalink
fix(@angular/cli): add missing WeakMap polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
trotyl authored and hansl committed May 31, 2017
1 parent 9d3322b commit 818fae1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
// import 'core-js/es6/array';
// import 'core-js/es6/regexp';
// import 'core-js/es6/map';
// import 'core-js/es6/weak-map';
// import 'core-js/es6/set';

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
Expand Down

0 comments on commit 818fae1

Please sign in to comment.