Selaa lähdekoodia

[webapp]提高打包体积限制

tomsun28 4 vuotta sitten
vanhempi
commit
53195a0a4f
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      web-app/angular.json

+ 3 - 3
web-app/angular.json

@@ -84,13 +84,13 @@
               "budgets": [
                 {
                   "type": "initial",
-                  "maximumWarning": "2mb",
-                  "maximumError": "3mb"
+                  "maximumWarning": "4mb",
+                  "maximumError": "4mb"
                 },
                 {
                   "type": "anyComponentStyle",
                   "maximumWarning": "2kb",
-                  "maximumError": "4kb"
+                  "maximumError": "8kb"
                 }
               ],
               "fileReplacements": [