From d88c9eb9db19965d0075d5835b8837649b2728fd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Aug 2020 15:04:38 +0200 Subject: Remove angular build warning --- client/angular.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/client/angular.json b/client/angular.json index 8045099e7..e07cf6707 100644 --- a/client/angular.json +++ b/client/angular.json @@ -141,6 +141,34 @@ "styles": [ "src/sass/application.scss" ], + "allowedCommonJsDependencies": [ + "@angularclass/hmr", + "debug", + "mousetrap", + "chart.js", + "linkifyjs/html", + "linkifyjs", + "markdown-it", + "sanitize-html", + "socket.io-client", + "socket.io-parser", + "@app/+about/about-peertube/about-peertube-contributors.component", + "path", + "video.js", + "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" + ], "scripts": [] }, "configurations": { -- cgit v1.2.3