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 3c46fac commit e38f003Copy full SHA for e38f003
firestore/angular.json
@@ -63,18 +63,18 @@
63
"builder": "@angular-devkit/build-angular:dev-server",
64
"configurations": {
65
"production": {
66
- "browserTarget": "friendly-eats-quickstart:build:production"
+ "buildTarget": "friendly-eats-quickstart:build:production"
67
},
68
- "local":{
69
- "browserTarget": "friendly-eats-quickstart:build:local"
+ "local": {
+ "buildTarget": "friendly-eats-quickstart:build:local"
70
}
71
72
"defaultConfiguration": "local"
73
74
"extract-i18n": {
75
"builder": "@angular-devkit/build-angular:extract-i18n",
76
"options": {
77
- "browserTarget": "friendly-eats-quickstart:build"
+ "buildTarget": "friendly-eats-quickstart:build"
78
79
80
"test": {
0 commit comments