Skip to content

Commit

Permalink
Update sourceMapPathOverrides for angular-cli 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Jul 14, 2019
1 parent 4ebeb20 commit 851693c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Angular-CLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ Then click on the gear icon to configure a launch.json file, selecting **Chrome*
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/#",
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
{
"name": "ng test",
Expand Down

0 comments on commit 851693c

Please sign in to comment.