From 42c84e415da4a41c16cc5d39ed1c101dd8bbffad Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 14 May 2021 18:03:58 +0200 Subject: Cleanup allowedCommonJsDependencies --- client/angular.json | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/client/angular.json b/client/angular.json index b77b940b2..e9d62cacb 100644 --- a/client/angular.json +++ b/client/angular.json @@ -152,36 +152,14 @@ "src/sass/application.scss" ], "allowedCommonJsDependencies": [ - "@angularclass/hmr", - "debug", - "mousetrap", + "qrcode", "chart.js", - "linkifyjs/html", - "linkifyjs", - "markdown-it", + "htmlparser2", "markdown-it-emoji/light", "sanitize-html", - "socket.io-client", - "socket.io-parser", - "@app/+about/about-peertube/about-peertube-contributors.component", - "path", - "video.js", + "debug", "p2p-media-loader-hlsjs", - "videojs-hotkeys/videojs.hotkeys", - "p2p-media-loader-core", - "qrcode", - "webtorrent", - "cache-chunk-store", - "global/document", - "videojs-vtt.js", - "videojs-vtt.js", - "@babel/runtime/helpers/possibleConstructorReturn", - "@babel/runtime/helpers/inherits", - "@babel/runtime/helpers/construct", - "@videojs/xhr", - "htmlparser2", - "url", - "parse-srcset", + "video.js", "postcss" ], "scripts": [], -- cgit v1.2.3