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 ea5e5a7 commit 63880d0Copy full SHA for 63880d0
angular.json
@@ -63,18 +63,18 @@
63
"builder": "@angular-devkit/build-angular:dev-server",
64
"configurations": {
65
"production": {
66
- "browserTarget": "json-schema-form:build:production"
+ "buildTarget": "json-schema-form:build:production"
67
},
68
"development": {
69
- "browserTarget": "json-schema-form:build:development"
+ "buildTarget": "json-schema-form:build:development"
70
}
71
72
"defaultConfiguration": "development"
73
74
"extract-i18n": {
75
"builder": "@angular-devkit/build-angular:extract-i18n",
76
"options": {
77
- "browserTarget": "json-schema-form:build"
+ "buildTarget": "json-schema-form:build"
78
79
80
"test": {
0 commit comments