Skip to content

Commit 526650c

Browse files
committed
Update budget to fix build of Docker image with production configuration
1 parent 97450f2 commit 526650c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angular.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
"budgets": [
9797
{
9898
"type": "initial",
99-
"maximumWarning": "500kb",
100-
"maximumError": "1mb"
99+
"maximumWarning": "1mb",
100+
"maximumError": "4mb"
101101
},
102102
{
103103
"type": "anyComponentStyle",
104-
"maximumWarning": "2kb",
105-
"maximumError": "4kb"
104+
"maximumWarning": "3kb",
105+
"maximumError": "5kb"
106106
}
107107
],
108108
"fileReplacements": [

0 commit comments

Comments
 (0)