From acf9273df9c1308f71ca2e2c65cc2d3bdfd036ce Mon Sep 17 00:00:00 2001 From: Chi Nguyen Date: Tue, 14 Jul 2020 10:12:12 +0200 Subject: [PATCH] TSK-999: Updated polyfills according to new corejs --- web/src/polyfills.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/polyfills.ts b/web/src/polyfills.ts index 43dc120e5..b6e530fb8 100644 --- a/web/src/polyfills.ts +++ b/web/src/polyfills.ts @@ -25,8 +25,7 @@ // import 'web-animations-js'; // Run `npm install --save web-animations-js`. /** Evergreen browsers require these. */ -import 'core-js/es6/reflect'; -import 'core-js/es7/reflect'; +import 'core-js/es/reflect'; /** ALL Firefox browsers require the following to support `@angular/animation`. */ // import 'web-animations-js'; // Run `npm install --save web-animations-js`.