From cb8f820d73525f637b648a0f8c33157f70bbd535 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Mon, 1 Feb 2021 22:53:31 +0200 Subject: upgrade dependencies (migrate to Angular 10) --- ui/angular.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ui/angular.json') diff --git a/ui/angular.json b/ui/angular.json index 6805efd..55ef559 100644 --- a/ui/angular.json +++ b/ui/angular.json @@ -22,13 +22,12 @@ "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", - "aot": false, + "aot": true, "assets": [ "src/favicon.ico", "src/assets" ], "styles": [ - "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.sass" ], "scripts": [] @@ -46,7 +45,6 @@ "sourceMap": false, "extractCss": true, "namedChunks": false, - "aot": true, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, @@ -127,4 +125,4 @@ } }}, "defaultProject": "metube" -} \ No newline at end of file +} -- cgit