diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 15:51:19 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | 361dcebc75dea74947b6c3aafd9d7d720c054b01 (patch) | |
tree | 5edf2a0d871097ba7da2b974b8ccdef9c6b73261 /client/src/environments | |
parent | f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5 (diff) | |
download | PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.tar.gz PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.tar.zst PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.zip |
Support i18n build
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, |