From ad9e4e15681455bd8bd4856b555568136e6eab65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:28:42 +0300 Subject: [PATCH] remove budgets --- angular.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/angular.json b/angular.json index 3af3fde..a61c1f7 100644 --- a/angular.json +++ b/angular.json @@ -38,18 +38,6 @@ }, "configurations": { "production": { - "budgets": [ - { - "type": "initial", - "maximumWarning": "1mb", - "maximumError": "5mb" - }, - { - "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" - } - ], "outputHashing": "all" }, "development": {