diff --git a/client/angular.json b/client/angular.json index d07f75a..751f523 100644 --- a/client/angular.json +++ b/client/angular.json @@ -37,7 +37,6 @@ "scripts": [ "node_modules/bootstrap/dist/js/bootstrap.min.js", "./node_modules/@lottiefiles/lottie-player/dist/lottie-player.js" - ] }, "configurations": { @@ -50,8 +49,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "6kb", - "maximumError": "10kb" + "maximumWarning": "60kb", + "maximumError": "100kb" } ], "outputHashing": "all" @@ -179,4 +178,4 @@ "cli": { "analytics": "ee748ae0-81b8-4b6e-b8cd-93d2437bd568" } -} +} \ No newline at end of file