Родитель
5da7487758
Коммит
591a2d6ab3
|
@ -47,15 +47,8 @@ Then click on the gear icon to configure a launch.json file, selecting **Chrome*
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "npm: start",
|
"preLaunchTask": "npm: start",
|
||||||
"url": "http://localhost:4200/#",
|
"url": "http://localhost:4200",
|
||||||
"webRoot": "${workspaceFolder}",
|
"webRoot": "${workspaceFolder}"
|
||||||
"sourceMapPathOverrides": {
|
|
||||||
"webpack:/*": "${webRoot}/*",
|
|
||||||
"/./*": "${webRoot}/*",
|
|
||||||
"/src/*": "${webRoot}/*",
|
|
||||||
"/*": "*",
|
|
||||||
"/./~/*": "${webRoot}/node_modules/*"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ng test",
|
"name": "ng test",
|
||||||
|
@ -63,13 +56,8 @@ Then click on the gear icon to configure a launch.json file, selecting **Chrome*
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"url": "http://localhost:9876/debug.html",
|
"url": "http://localhost:9876/debug.html",
|
||||||
"webRoot": "${workspaceFolder}",
|
"webRoot": "${workspaceFolder}",
|
||||||
"sourceMaps": true,
|
|
||||||
"sourceMapPathOverrides": {
|
"sourceMapPathOverrides": {
|
||||||
"webpack:/*": "${webRoot}/*",
|
"./src/*": "${workspaceFolder}/src/*"
|
||||||
"/./*": "${webRoot}/*",
|
|
||||||
"/src/*": "${webRoot}/*",
|
|
||||||
"/*": "*",
|
|
||||||
"/./~/*": "${webRoot}/node_modules/*"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче