diff --git a/frontend/angular.json b/frontend/angular.json index 44aa777..e199257 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -51,7 +51,15 @@ "maximumError": "8kB" } ], - "outputHashing": "all" + "outputHashing": "all", + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + } }, "development": { "optimization": false,