diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-04 12:48:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-04 12:48:20 +0000 |
commit | b99895f91cadedfe8e2a267fadd29d7b8e710164 (patch) | |
tree | 6ec6a2e0b4182019b8219d51c3e577ce09df24b7 /cds-ui/designer-client/angular.json | |
parent | 2b71782556d2c84c5153113113a8d44f96d717f2 (diff) | |
parent | 1882380466bbdefeff8ce51da825f16cb21ce184 (diff) |
Merge "Package > Temp&Mapp: View"
Diffstat (limited to 'cds-ui/designer-client/angular.json')
-rw-r--r-- | cds-ui/designer-client/angular.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json index 256c35c1e..e503c1535 100644 --- a/cds-ui/designer-client/angular.json +++ b/cds-ui/designer-client/angular.json @@ -25,6 +25,7 @@ ], "styles": [ "src/styles.css", + "node_modules/ngx-toastr/toastr.css", "./node_modules/datatables.net-dt/css/jquery.dataTables.css", "./node_modules/bootstrap/dist/css/bootstrap.min.css", "./node_modules/@angular/material/prebuilt-themes/purple-green.css", @@ -61,12 +62,10 @@ }, "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, @@ -76,8 +75,7 @@ "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, - "budgets": [ - { + "budgets": [{ "type": "initial", "maximumWarning": "2mb", "maximumError": "5mb" |