X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=angular.json;h=1a6d042024a3f93a0a2e222fa217a2325b1f3593;hb=eb9c4821d274756d96dce7bb60c3a7c70f18fbc2;hp=60abb899c881b0feebf61120db1ade6f1bcbdac7;hpb=c0b4cf727682959b61d6b37ee607fc7c36406d6f;p=osm%2FNG-UI.git diff --git a/angular.json b/angular.json index 60abb89..1a6d042 100644 --- a/angular.json +++ b/angular.json @@ -77,8 +77,17 @@ "maximumError": "5mb" } ] + }, + "development": { + "buildOptimizer": false, + "optimization": false, + "vendorChunk": true, + "extractLicenses": false, + "sourceMap": true, + "namedChunks": true } - } + }, + "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", @@ -88,8 +97,12 @@ "configurations": { "production": { "browserTarget": "osm:build:production" + }, + "development": { + "browserTarget": "osm:build:development" } - } + }, + "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", @@ -165,6 +178,7 @@ "cli": { "schematicCollections": [ "@angular-eslint/schematics" - ] + ], + "analytics": "bc7a21d3-c008-4362-b213-866be7e71063" } } \ No newline at end of file