]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
add and document new additional video extensions supported at upload
[github/Chocobozzz/PeerTube.git] / client / angular.json
index 35ca0887a341af0f242334d4c7826aa8a67d3b00..e07cf6707d58dc71e5815360d94c68fb6a029df0 100644 (file)
             "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": {
   "schematics": {
     "@schematics/angular:component": {
       "prefix": "app",
-      "styleext": "scss"
+      "style": "scss"
     },
     "@schematics/angular:directive": {
       "prefix": "app"