diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index 8a709e269..cce930b82 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -44,6 +44,21 @@ | |||
44 | "buildOptimizer": true, | 44 | "buildOptimizer": true, |
45 | "serviceWorker": true, | 45 | "serviceWorker": true, |
46 | "ngswConfigPath": "src/ngsw-config.json", | 46 | "ngswConfigPath": "src/ngsw-config.json", |
47 | "budgets": [ | ||
48 | { | ||
49 | "type": "initial", | ||
50 | "type": "initial", | ||
51 | "maximumWarning": "2mb", | ||
52 | "maximumWarning": "2mb", | ||
53 | "maximumError": "5mb" | ||
54 | "maximumError": "5mb" | ||
55 | }, | ||
56 | { | ||
57 | "type": "anyComponentStyle", | ||
58 | "maximumWarning": "6kb", | ||
59 | "maximumError": "10kb" | ||
60 | } | ||
61 | ], | ||
47 | "fileReplacements": [ | 62 | "fileReplacements": [ |
48 | { | 63 | { |
49 | "replace": "src/environments/environment.ts", | 64 | "replace": "src/environments/environment.ts", |