Enable sourceMap for dev on angular.json

This commit is contained in:
Clemente Raposo 2021-07-15 11:56:54 +01:00
parent 3ef24d0ceb
commit 048a8ca0e8

View file

@ -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",