mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
Enable sourceMap for dev on angular.json
This commit is contained in:
parent
3ef24d0ceb
commit
048a8ca0e8
1 changed files with 2 additions and 0 deletions
|
@ -12,7 +12,9 @@
|
|||
"build": {
|
||||
"builder": "ngx-build-plus:browser",
|
||||
"options": {
|
||||
"namedChunks": true,
|
||||
"commonChunk": false,
|
||||
"sourceMap": true,
|
||||
"aot": true,
|
||||
"outputPath": "public/dist/",
|
||||
"index": "core/app/shell/src/index.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue