X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Fangular.json;h=d001cf95623710e0eaebb1daf627ec8cd648f615;hb=05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0;hp=0cd827218a1b9c24abe08fcae87f3b34514fa472;hpb=7e6bdb5ae5d87e1a36ef185273536901ae97b9db;p=github%2FChocobozzz%2FPeerTube.git 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 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "aot": true, "localize": true, "outputPath": "dist", "index": "src/index.html", @@ -183,7 +182,13 @@ "parse-srcset", "postcss" ], - "scripts": [] + "scripts": [], + "vendorChunk": true, + "extractLicenses": false, + "buildOptimizer": false, + "sourceMap": true, + "optimization": false, + "namedChunks": true }, "configurations": { "production": { @@ -191,7 +196,6 @@ "outputHashing": "all", "sourceMap": false, "namedChunks": false, - "aot": true, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true,