Skip to content

Commit

Permalink
openvidu-testapp: disable buildOptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed May 23, 2024
1 parent b970463 commit 86320a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openvidu-testapp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"buildOptimizer": false,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down Expand Up @@ -117,5 +117,8 @@
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}

0 comments on commit 86320a0

Please sign in to comment.