aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-07 10:03:31 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-02-10 16:39:28 +0100
commit5fb4febde2ef8436b6151f2d47cbdc1e1449560e (patch)
treeebcee29b5d22e56f571a344aef437a1a64b14b03 /client
parent2f5d2ec5ea4fedf2466e1db2d16878b1467b1e05 (diff)
downloadPeerTube-5fb4febde2ef8436b6151f2d47cbdc1e1449560e.tar.gz
PeerTube-5fb4febde2ef8436b6151f2d47cbdc1e1449560e.tar.zst
PeerTube-5fb4febde2ef8436b6151f2d47cbdc1e1449560e.zip
Remove unused stuff from angular.json
Diffstat (limited to 'client')
-rw-r--r--client/angular.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/client/angular.json b/client/angular.json
index f7d868e74..ddc9272ef 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -99,18 +99,6 @@
99 "with": "src/environments/environment.e2e.ts" 99 "with": "src/environments/environment.e2e.ts"
100 } 100 }
101 ] 101 ]
102 },
103 "fr_FR": {
104 "aot": true,
105 "budgets": [
106 {
107 "type": "anyComponentStyle",
108 "maximumWarning": "6kb"
109 }
110 ],
111 "outputPath": "dist/PeerTube-fr_FR",
112 "i18nFile": "src/i18n/messages.fr_FR.xlf",
113 "i18nLocale": "fr_FR"
114 } 102 }
115 } 103 }
116 }, 104 },
@@ -132,9 +120,6 @@
132 "e2e": { 120 "e2e": {
133 "browserTarget": "PeerTube:build:e2e", 121 "browserTarget": "PeerTube:build:e2e",
134 "proxyConfig": "e2e/proxy.config.json" 122 "proxyConfig": "e2e/proxy.config.json"
135 },
136 "fr_FR": {
137 "browserTarget": "PeerTube:build:fr_FR"
138 } 123 }
139 } 124 }
140 }, 125 },