Skip to content

Commit a3d35d2

Browse files
committed
Update Bundle Size Budget in angular.json
1 parent f4ac37f commit a3d35d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"budgets": [
102102
{
103103
"type": "initial",
104-
"maximumWarning": "500kb",
105-
"maximumError": "1mb"
104+
"maximumWarning": "3mb",
105+
"maximumError": "3mb"
106106
},
107107
{
108108
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)