aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-06 15:04:38 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-07 08:28:14 +0200
commitd88c9eb9db19965d0075d5835b8837649b2728fd (patch)
tree8f756f11e50f09cb704cfd614b32393adc028089 /client/angular.json
parentbd45d503e5d007e730f4e81dccd7e7864c9a85cc (diff)
downloadPeerTube-d88c9eb9db19965d0075d5835b8837649b2728fd.tar.gz
PeerTube-d88c9eb9db19965d0075d5835b8837649b2728fd.tar.zst
PeerTube-d88c9eb9db19965d0075d5835b8837649b2728fd.zip
Remove angular build warning
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json28
1 files changed, 28 insertions, 0 deletions
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 @@
141 "styles": [ 141 "styles": [
142 "src/sass/application.scss" 142 "src/sass/application.scss"
143 ], 143 ],
144 "allowedCommonJsDependencies": [
145 "@angularclass/hmr",
146 "debug",
147 "mousetrap",
148 "chart.js",
149 "linkifyjs/html",
150 "linkifyjs",
151 "markdown-it",
152 "sanitize-html",
153 "socket.io-client",
154 "socket.io-parser",
155 "@app/+about/about-peertube/about-peertube-contributors.component",
156 "path",
157 "video.js",
158 "p2p-media-loader-hlsjs",
159 "videojs-hotkeys/videojs.hotkeys",
160 "p2p-media-loader-core",
161 "qrcode",
162 "webtorrent",
163 "cache-chunk-store",
164 "global/document",
165 "videojs-vtt.js",
166 "videojs-vtt.js",
167 "@babel/runtime/helpers/possibleConstructorReturn",
168 "@babel/runtime/helpers/inherits",
169 "@babel/runtime/helpers/construct",
170 "@videojs/xhr"
171 ],
144 "scripts": [] 172 "scripts": []
145 }, 173 },
146 "configurations": { 174 "configurations": {