summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/angular.json
diff options
context:
space:
mode:
authorAhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>2020-06-24 18:13:34 +0200
committerAhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>2020-06-24 18:13:34 +0200
commitdb86f76881845531fb39fe1ba030e87601c7d3d1 (patch)
tree699bcfcc6ec70cc7e944bfb4cf8be3ebabfb6641 /cds-ui/designer-client/angular.json
parentaee530a92b14041b73d5c15bf4fa0709c92a82d0 (diff)
change the budget size for maximumWarning and maximumError
Issue-ID: CCSDK-2474 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: If61d9083168e1bf7c85e55580e507b02423b26bf
Diffstat (limited to 'cds-ui/designer-client/angular.json')
-rw-r--r--cds-ui/designer-client/angular.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json
index 3be0e652f..59ad17a7a 100644
--- a/cds-ui/designer-client/angular.json
+++ b/cds-ui/designer-client/angular.json
@@ -77,8 +77,8 @@
"buildOptimizer": true,
"budgets": [{
"type": "initial",
- "maximumWarning": "2mb",
- "maximumError": "5mb"
+ "maximumWarning": "4mb",
+ "maximumError": "8mb"
},
{
"type": "anyComponentStyle",