Browse Source

Increase capacity.

pull/827/head
Sebastian 4 years ago
parent
commit
a7555607d6
  1. 4
      frontend/angular.json

4
frontend/angular.json

@ -50,8 +50,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2000kb",
"maximumError": "3mb"
"maximumWarning": "3000kb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",

Loading…
Cancel
Save