X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=69de2e7845326763c9e9a620e354a845ff056b71;hb=870f586e2fc9d456ab3adae09126b1b6a7eeb88d;hp=c9d90d5ec6124a6f854d9bdb66cf586822c6f0cd;hpb=fd43faf2fda931cdc5ce0e6226073f10c35bbd5f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index c9d90d5ec..69de2e784 100644 --- a/client/angular.json +++ b/client/angular.json @@ -135,10 +135,10 @@ "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", - "tsConfig": "tsconfig.app.json", + "tsConfig": "tsconfig.json", "polyfills": "src/polyfills.ts", "baseHref": "/", - "deployUrl": "client/", + "deployUrl": "", "stylePreprocessorOptions": { "includePaths": [ "src/sass/include" @@ -158,10 +158,11 @@ "markdown-it-emoji/light", "sanitize-html", "debug", - "p2p-media-loader-hlsjs", + "@peertube/p2p-media-loader-hlsjs", "video.js", - "sha1", - "postcss" + "sha.js/sha1", + "postcss", + "core-js/features/reflect" ], "scripts": [], "vendorChunk": true, @@ -201,8 +202,10 @@ } ] }, - "hmr": { - "localize": false, + "ar-locale": { + "localize": [ + "ar" + ], "budgets": [ { "type": "anyComponentStyle", @@ -216,7 +219,7 @@ } ] }, - "e2e": { + "hmr": { "localize": false, "budgets": [ { @@ -227,7 +230,7 @@ "fileReplacements": [ { "replace": "src/environments/environment.ts", - "with": "src/environments/environment.e2e.ts" + "with": "src/environments/environment.hmr.ts" } ] } @@ -246,9 +249,8 @@ "hmr": { "browserTarget": "PeerTube:build:hmr" }, - "e2e": { - "browserTarget": "PeerTube:build:e2e", - "proxyConfig": "e2e/proxy.config.json" + "ar-locale": { + "browserTarget": "PeerTube:build:ar-locale" } } }, @@ -276,13 +278,12 @@ } }, "lint": { - "builder": "@angular-devkit/build-angular:tslint", + "builder": "@angular-eslint/builder:lint", "options": { - "tsConfig": [ - "tsconfig.app.json" - ], - "exclude": [ - "**/node_modules/**" + "lintFilePatterns": [ + "e2e/**/*.ts", + "src/**/*.ts", + "src/**/*.html" ] } }, @@ -342,36 +343,6 @@ } } } - }, - "PeerTube-e2e": { - "root": "e2e/", - "sourceRoot": "", - "projectType": "application", - "architect": { - "e2e": { - "builder": "@angular-devkit/build-angular:protractor", - "options": { - "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "PeerTube:serve:e2e" - }, - "configurations": { - "local": { - "protractorConfig": "e2e/local-protractor.conf.js" - } - } - }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": [ - "e2e/tsconfig.e2e.json" - ], - "exclude": [ - "**/node_modules/**" - ] - } - } - } } }, "defaultProject": "PeerTube",