From 112ece4c29dcedd03b2659d2a8205c2bf4bdb58a Mon Sep 17 00:00:00 2001 From: Nazar Semets Date: Tue, 27 May 2025 15:59:47 +0300 Subject: [PATCH] fix(update-budget): updated budget limits --- angular.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/angular.json b/angular.json index 70e0eec2a..4ad5dd3a8 100644 --- a/angular.json +++ b/angular.json @@ -24,6 +24,7 @@ "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", + "allowedCommonJsDependencies": ["qrcode"], "assets": [ "src/assets", { @@ -46,13 +47,13 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kB", - "maximumError": "2MB" + "maximumWarning": "3MB", + "maximumError": "4MB" }, { "type": "anyComponentStyle", - "maximumWarning": "4kB", - "maximumError": "16kB" + "maximumWarning": "20KB", + "maximumError": "25kB" } ], "outputHashing": "all"