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": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "2000kb", "maximumWarning": "3000kb",
"maximumError": "3mb" "maximumError": "5mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",

Loading…
Cancel
Save