From acc132149df7f044b0a1c85d31672093b2bb5971 Mon Sep 17 00:00:00 2001 From: AD2025 Date: Mon, 29 Dec 2025 22:09:43 +0200 Subject: [PATCH] add changes --- angular.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/angular.json b/angular.json index f9f6a97..46049b7 100644 --- a/angular.json +++ b/angular.json @@ -28,20 +28,21 @@ ], "styles": [ "src/styles.scss" - ] + ], + "outputPath":"dist" }, "configurations": { "production": { "budgets": [ { "type": "initial", - "maximumWarning": "500kB", - "maximumError": "1MB" + "maximumWarning": "2MB", + "maximumError": "2MB" }, { "type": "anyComponentStyle", - "maximumWarning": "4kB", - "maximumError": "8kB" + "maximumWarning": "2MB", + "maximumError": "2MB" } ], "outputHashing": "all",