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 d90c360 commit a7d3e3dCopy full SHA for a7d3e3d
angular.json
@@ -71,18 +71,18 @@
71
"serve": {
72
"builder": "@angular-devkit/build-angular:dev-server",
73
"options": {
74
- "browserTarget": "mdb-angular-ui-kit-free:build"
+ "buildTarget": "mdb-angular-ui-kit-free:build"
75
},
76
"configurations": {
77
"production": {
78
- "browserTarget": "mdb-angular-ui-kit-free:build:production"
+ "buildTarget": "mdb-angular-ui-kit-free: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