diff --git a/tools/angular.json b/tools/angular.json index 3e24d02..8f8fe84 100644 --- a/tools/angular.json +++ b/tools/angular.json @@ -40,8 +40,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "2mb", + "maximumError": "5mb" }, { "type": "anyComponentStyle", diff --git a/tools/package.json b/tools/package.json index 410381a..ba4d03e 100644 --- a/tools/package.json +++ b/tools/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --prod", + "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" },