Browse Source

[webapp]提高打包体积限制

tomsun28 4 năm trước cách đây
mục cha
commit
53195a0a4f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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": [