diff options
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 e453ce273..5ecc335cb 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -168,7 +168,11 @@ | |||
168 | "@babel/runtime/helpers/possibleConstructorReturn", | 168 | "@babel/runtime/helpers/possibleConstructorReturn", |
169 | "@babel/runtime/helpers/inherits", | 169 | "@babel/runtime/helpers/inherits", |
170 | "@babel/runtime/helpers/construct", | 170 | "@babel/runtime/helpers/construct", |
171 | "@videojs/xhr" | 171 | "@videojs/xhr", |
172 | "htmlparser2", | ||
173 | "url", | ||
174 | "parse-srcset", | ||
175 | "postcss" | ||
172 | ], | 176 | ], |
173 | "scripts": [] | 177 | "scripts": [] |
174 | }, | 178 | }, |