Skip to content

Commit 63a03bd

Browse files
authored
fix(angular): increase maximum error budget (#1485)
1 parent 6370f0d commit 63a03bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cli/templates/angular/ig-ts/projects/empty/files/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{
3838
"type": "initial",
3939
"maximumWarning": "10mb",
40-
"maximumError": "20mb"
40+
"maximumError": "40mb"
4141
},
4242
{
4343
"type": "anyComponentStyle",

packages/igx-templates/igx-ts-legacy/projects/_base/files/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{
4949
"type": "initial",
5050
"maximumWarning": "5mb",
51-
"maximumError": "10mb"
51+
"maximumError": "40mb"
5252
},
5353
{
5454
"type": "anyComponentStyle",

packages/igx-templates/igx-ts/projects/_base/files/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{
4848
"type": "initial",
4949
"maximumWarning": "5mb",
50-
"maximumError": "10mb"
50+
"maximumError": "40mb"
5151
},
5252
{
5353
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)