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 fb7f30b commit 3a71aa2Copy full SHA for 3a71aa2
angular.json
@@ -71,18 +71,18 @@
71
"serve": {
72
"builder": "@angular-devkit/build-angular:dev-server",
73
"options": {
74
- "browserTarget": "OS2IoT-frontend:build"
+ "buildTarget": "OS2IoT-frontend:build"
75
},
76
"configurations": {
77
"production": {
78
- "browserTarget": "OS2IoT-frontend:build:production"
+ "buildTarget": "OS2IoT-frontend:build:production"
79
}
80
81
82
"extract-i18n": {
83
"builder": "@angular-devkit/build-angular:extract-i18n",
84
85
86
87
88
"test": {
0 commit comments