Remove angular build warning

pull/3041/head
Chocobozzz 2020-08-06 15:04:38 +02:00 committed by Chocobozzz
parent bd45d503e5
commit d88c9eb9db
1 changed files with 28 additions and 0 deletions

View File

@ -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": {