summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/angular.json
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-04-22 22:55:39 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-04-22 22:55:39 +0200
commit986008360e1b6385c8ec8c5bd8ab30719acb7b66 (patch)
tree2d636af6dd543ee38f1c6481b4a47b6cd90244b0 /cds-ui/designer-client/angular.json
parentea56f0811351dba0a7c6da1dbe8f8725a42b3f52 (diff)
Fix long package name and apply mapping table style
Issue-ID: CCSDK-2321 Issue-ID: CCSDK-2322 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Id2edf759faa9949c009c90cd3c7b319521b4f6b5
Diffstat (limited to 'cds-ui/designer-client/angular.json')
-rw-r--r--cds-ui/designer-client/angular.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json
index a84b95e39..256c35c1e 100644
--- a/cds-ui/designer-client/angular.json
+++ b/cds-ui/designer-client/angular.json
@@ -61,10 +61,12 @@
},
"configurations": {
"production": {
- "fileReplacements": [{
- "replace": "src/environments/environment.ts",
- "with": "src/environments/environment.prod.ts"
- }],
+ "fileReplacements": [
+ {
+ "replace": "src/environments/environment.ts",
+ "with": "src/environments/environment.prod.ts"
+ }
+ ],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
@@ -74,7 +76,8 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
- "budgets": [{
+ "budgets": [
+ {
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
@@ -122,10 +125,7 @@
"./node_modules/@angular/material/prebuilt-themes/purple-green.css",
"./node_modules/font-awesome/css/font-awesome.css"
],
- "scripts": [
-
-
- ]
+ "scripts": []
}
},
"lint": {