diff --git a/angular.json b/angular.json index 113f495..738b181 100644 --- a/angular.json +++ b/angular.json @@ -43,6 +43,14 @@ "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, + }, + "development": { + "buildOptimizer": false, + "optimization": false, + "vendorChunk": true, + "extractLicenses": false, + "sourceMap": true, + "namedChunks": true } } }, @@ -54,8 +62,12 @@ "configurations": { "production": { "browserTarget": "dev:build:production" + }, + "development": { + "browserTarget": "dev:build:development" } - } + }, + "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n",