borwserTarget show deprecated in my angular json file and if am using builtarget instaed of browserTarget then Data path "" must have required property 'browserTarget'.this warning is show, how can i fix this,i am new in angular ,if anyone know, please let me know
angular Json screenshot
Check your Angular version and make sure it is up-to-date. And then this:
In your angular.json ... buildTarget:
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "Flight:build:production"
},
"development": {
"proxyConfig": "proxy.conf.js",
"buildTarget": "Flight:build:development"
}
},
"defaultConfiguration": "development"
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With