diff options
Diffstat (limited to 'client/src/environments')
-rw-r--r-- | client/src/environments/environment.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 1ea483554..b6bc784b5 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts | |||
@@ -6,8 +6,7 @@ | |||
6 | // | 6 | // |
7 | // In order to load these polyfills early enough (before app code), polyfill.ts imports this file to | 7 | // In order to load these polyfills early enough (before app code), polyfill.ts imports this file to |
8 | // to change the order in the final bundle. | 8 | // to change the order in the final bundle. |
9 | import 'core-js/es6/reflect' | 9 | import 'core-js/features/reflect' |
10 | import 'core-js/es7/reflect' | ||
11 | 10 | ||
12 | export const environment = { | 11 | export const environment = { |
13 | production: false, | 12 | production: false, |