Skip to content

Commit

Permalink
Increase maximum Error at packaging to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Oct 24, 2023
1 parent e483efe commit 95aefdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "1500mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 95aefdd

Please sign in to comment.