From 1a845b3f2e0a71aae06a526b5df4887e7f6793e1 Mon Sep 17 00:00:00 2001 From: ztimson Date: Thu, 4 Jun 2026 19:04:15 -0400 Subject: [PATCH] Removed stupid angular budgets --- angular.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/angular.json b/angular.json index 24b87c3..cc44f95 100644 --- a/angular.json +++ b/angular.json @@ -33,18 +33,7 @@ }, "configurations": { "production": { - "budgets": [ - { - "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" - }, - { - "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" - } - ], + "budgets": [], "fileReplacements": [ { "replace": "src/environments/environment.ts",