diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-19 16:23:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-19 16:23:19 +0100 |
commit | b355b394083aa4ea67a17e5c60e1d3e40f2defd9 (patch) | |
tree | cf3943b0463681b7846f0e852c78337dc7b9e570 /client/angular.json | |
parent | c4f7fe09cd014b0ec5c0d64fd320780c45461c06 (diff) | |
download | PeerTube-b355b394083aa4ea67a17e5c60e1d3e40f2defd9.tar.gz PeerTube-b355b394083aa4ea67a17e5c60e1d3e40f2defd9.tar.zst PeerTube-b355b394083aa4ea67a17e5c60e1d3e40f2defd9.zip |
Lazy load linkifier
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 | }, |