Skip to content

Commit 591a2d6

Browse files
committed
chore: update angular cli instructions
Fixes #225
1 parent 5da7487 commit 591a2d6

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

Angular-CLI/README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,17 @@ Then click on the gear icon to configure a launch.json file, selecting **Chrome*
4747
"type": "chrome",
4848
"request": "launch",
4949
"preLaunchTask": "npm: start",
50-
"url": "http://localhost:4200/#",
51-
"webRoot": "${workspaceFolder}",
52-
"sourceMapPathOverrides": {
53-
"webpack:/*": "${webRoot}/*",
54-
"/./*": "${webRoot}/*",
55-
"/src/*": "${webRoot}/*",
56-
"/*": "*",
57-
"/./~/*": "${webRoot}/node_modules/*"
58-
}
50+
"url": "http://localhost:4200",
51+
"webRoot": "${workspaceFolder}"
5952
},
6053
{
6154
"name": "ng test",
6255
"type": "chrome",
6356
"request": "launch",
6457
"url": "http://localhost:9876/debug.html",
6558
"webRoot": "${workspaceFolder}",
66-
"sourceMaps": true,
6759
"sourceMapPathOverrides": {
68-
"webpack:/*": "${webRoot}/*",
69-
"/./*": "${webRoot}/*",
70-
"/src/*": "${webRoot}/*",
71-
"/*": "*",
72-
"/./~/*": "${webRoot}/node_modules/*"
60+
"./src/*": "${workspaceFolder}/src/*"
7361
}
7462
},
7563
{

0 commit comments

Comments
 (0)