TSK-999: Updated polyfills according to new corejs
This commit is contained in:
parent
24893fb085
commit
acf9273df9
|
@ -25,8 +25,7 @@
|
||||||
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
||||||
|
|
||||||
/** Evergreen browsers require these. */
|
/** Evergreen browsers require these. */
|
||||||
import 'core-js/es6/reflect';
|
import 'core-js/es/reflect';
|
||||||
import 'core-js/es7/reflect';
|
|
||||||
|
|
||||||
/** ALL Firefox browsers require the following to support `@angular/animation`. */
|
/** ALL Firefox browsers require the following to support `@angular/animation`. */
|
||||||
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
||||||
|
|
Loading…
Reference in New Issue