From b355b394083aa4ea67a17e5c60e1d3e40f2defd9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Nov 2020 16:23:19 +0100 Subject: Lazy load linkifier --- client/angular.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/angular.json') 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 @@ "@babel/runtime/helpers/possibleConstructorReturn", "@babel/runtime/helpers/inherits", "@babel/runtime/helpers/construct", - "@videojs/xhr" + "@videojs/xhr", + "htmlparser2", + "url", + "parse-srcset", + "postcss" ], "scripts": [] }, -- cgit v1.2.3