diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-06 14:32:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-06-29 09:49:06 +0200 |
commit | 866c5f667da9fc09f3b093ff0a6f89d4af0ce5af (patch) | |
tree | 7a42f7974cec400f9cf09e86de00e69e36b2136d /client/angular.json | |
parent | 40346ead2b0b7afa475aef057d3673b6c7574b7a (diff) | |
download | PeerTube-866c5f667da9fc09f3b093ff0a6f89d4af0ce5af.tar.gz PeerTube-866c5f667da9fc09f3b093ff0a6f89d4af0ce5af.tar.zst PeerTube-866c5f667da9fc09f3b093ff0a6f89d4af0ce5af.zip |
Simplify ICU in components
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/angular.json b/client/angular.json index d929248d4..9b069422f 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -199,7 +199,11 @@ | |||
199 | "is-plain-object", | 199 | "is-plain-object", |
200 | "parse-srcset", | 200 | "parse-srcset", |
201 | "deepmerge", | 201 | "deepmerge", |
202 | "core-js/features/reflect" | 202 | "core-js/features/reflect", |
203 | "@formatjs/intl-locale/polyfill", | ||
204 | "@formatjs/intl-locale/should-polyfill", | ||
205 | "@formatjs/intl-pluralrules/polyfill-force", | ||
206 | "@formatjs/intl-pluralrules/should-polyfill" | ||
203 | ], | 207 | ], |
204 | "scripts": [], | 208 | "scripts": [], |
205 | "vendorChunk": true, | 209 | "vendorChunk": true, |