aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-14 15:20:58 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-05-27 16:00:13 +0200
commit05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0 (patch)
tree3644d14bbae96780ce4863efa6290e12971b1ce0 /client/angular.json
parent7e6bdb5ae5d87e1a36ef185273536901ae97b9db (diff)
downloadPeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.tar.gz
PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.tar.zst
PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.zip
Update to angular 12
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/angular.json b/client/angular.json
index 0cd827218..d001cf956 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -131,7 +131,6 @@
131 "build": { 131 "build": {
132 "builder": "@angular-devkit/build-angular:browser", 132 "builder": "@angular-devkit/build-angular:browser",
133 "options": { 133 "options": {
134 "aot": true,
135 "localize": true, 134 "localize": true,
136 "outputPath": "dist", 135 "outputPath": "dist",
137 "index": "src/index.html", 136 "index": "src/index.html",
@@ -183,7 +182,13 @@
183 "parse-srcset", 182 "parse-srcset",
184 "postcss" 183 "postcss"
185 ], 184 ],
186 "scripts": [] 185 "scripts": [],
186 "vendorChunk": true,
187 "extractLicenses": false,
188 "buildOptimizer": false,
189 "sourceMap": true,
190 "optimization": false,
191 "namedChunks": true
187 }, 192 },
188 "configurations": { 193 "configurations": {
189 "production": { 194 "production": {
@@ -191,7 +196,6 @@
191 "outputHashing": "all", 196 "outputHashing": "all",
192 "sourceMap": false, 197 "sourceMap": false,
193 "namedChunks": false, 198 "namedChunks": false,
194 "aot": true,
195 "extractLicenses": true, 199 "extractLicenses": true,
196 "vendorChunk": false, 200 "vendorChunk": false,
197 "buildOptimizer": true, 201 "buildOptimizer": true,