openvidu-testapp: include sourceMap in serve command

pull/713/head
pabloFuente 2022-04-01 10:42:28 +02:00
parent 8d7b2abe4f
commit 09248b2b45
1 changed files with 6 additions and 1 deletions

View File

@ -51,7 +51,12 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "openvidu-testapp:build"
"browserTarget": "openvidu-testapp:build",
"sourceMap": {
"scripts": true,
"styles": true,
"vendor": true
}
},
"configurations": {
"production": {