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.
browserTarget
buildTarget
1 parent 3b12c99 commit e265ddfCopy full SHA for e265ddf
angular.json
@@ -68,18 +68,18 @@
68
"serve": {
69
"builder": "@angular-devkit/build-angular:dev-server",
70
"options": {
71
- "browserTarget": "audio-tag-analyzer:build"
+ "buildTarget": "audio-tag-analyzer:build"
72
},
73
"configurations": {
74
"production": {
75
- "browserTarget": "audio-tag-analyzer:build:production"
+ "buildTarget": "audio-tag-analyzer:build:production"
76
}
77
78
79
"extract-i18n": {
80
"builder": "@angular-devkit/build-angular:extract-i18n",
81
82
83
84
85
"test": {
0 commit comments