We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff381bd commit f6b8d3aCopy full SHA for f6b8d3a
angular.json
@@ -100,18 +100,18 @@
100
"builder": "@angular-devkit/build-angular:dev-server",
101
"configurations": {
102
"production": {
103
- "browserTarget": "examples:build:production"
+ "buildTarget": "examples:build:production"
104
},
105
"development": {
106
- "browserTarget": "examples:build:development"
+ "buildTarget": "examples:build:development"
107
}
108
109
"defaultConfiguration": "development"
110
111
"extract-i18n": {
112
"builder": "@angular-devkit/build-angular:extract-i18n",
113
"options": {
114
- "browserTarget": "examples:build"
+ "buildTarget": "examples:build"
115
116
117
"test": {
0 commit comments