From 71a6f877ca9e92a6515e27334978cafa1f4c6eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Wed, 22 Dec 2021 13:55:49 +0100 Subject: [PATCH] Update: Environment for Heroku Production --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index c3ce236..9efa4cd 100644 --- a/angular.json +++ b/angular.json @@ -42,8 +42,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "2mb" }, { "type": "anyComponentStyle",