|
|
@@ -54,6 +54,48 @@
|
|
|
],
|
|
|
"outputHashing": "all"
|
|
|
},
|
|
|
+ "production-leave": {
|
|
|
+ "budgets": [
|
|
|
+ {
|
|
|
+ "type": "initial",
|
|
|
+ "maximumWarning": "5000kb",
|
|
|
+ "maximumError": "6mb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "anyComponentStyle",
|
|
|
+ "maximumWarning": "6kb",
|
|
|
+ "maximumError": "8kb"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "outputHashing": "all",
|
|
|
+ "fileReplacements": [
|
|
|
+ {
|
|
|
+ "replace": "src/app/master.menu.json",
|
|
|
+ "with":"src/app/master.menu.leave.json"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "production-quotation": {
|
|
|
+ "budgets": [
|
|
|
+ {
|
|
|
+ "type": "initial",
|
|
|
+ "maximumWarning": "5000kb",
|
|
|
+ "maximumError": "6mb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "anyComponentStyle",
|
|
|
+ "maximumWarning": "6kb",
|
|
|
+ "maximumError": "8kb"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "outputHashing": "all",
|
|
|
+ "fileReplacements": [
|
|
|
+ {
|
|
|
+ "replace": "src/app/master.menu.json",
|
|
|
+ "with":"src/app/master.menu.quotation.json"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"development": {
|
|
|
"optimization": false,
|
|
|
"extractLicenses": false,
|