diff --git a/angular.json b/angular.json index 830b7cd..832d0eb 100644 --- a/angular.json +++ b/angular.json @@ -30,7 +30,10 @@ "output": "./svg" } ], - "styles": ["src/theme/variables.scss", "src/global.scss"], + "styles": [ + "src/theme/variables.scss", + "src/global.scss" + ], "scripts": [], "aot": false, "vendorChunk": true, @@ -79,8 +82,7 @@ "production": { "browserTarget": "app:build:production" }, - "ci": { - } + "ci": {} } }, "extract-i18n": { @@ -132,30 +134,6 @@ "devServerTarget": "app:serve:ci" } } - }, - "ionic-cordova-build": { - "builder": "@ionic/angular-toolkit:cordova-build", - "options": { - "browserTarget": "app:build" - }, - "configurations": { - "production": { - "browserTarget": "app:build:production" - } - } - }, - "ionic-cordova-serve": { - "builder": "@ionic/angular-toolkit:cordova-serve", - "options": { - "cordovaBuildTarget": "app:ionic-cordova-build", - "devServerTarget": "app:serve" - }, - "configurations": { - "production": { - "cordovaBuildTarget": "app:ionic-cordova-build:production", - "devServerTarget": "app:serve:production" - } - } } } } @@ -174,4 +152,4 @@ "styleext": "scss" } } -} +} \ No newline at end of file