diff --git a/angular.json b/angular.json index 458de51..d84522d 100644 --- a/angular.json +++ b/angular.json @@ -70,7 +70,7 @@ "localize": ["es"] } }, - "defaultConfiguration": "" + "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 4f0114a..b7f639a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,5 +4,5 @@ // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { - production: true + production: false };