openvidu-testapp: include sourceMap in serve command
This commit is contained in:
parent
8d7b2abe4f
commit
09248b2b45
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user