Skip to content

Commit 69836af

Browse files
authored
Remove sourceMapPathOverrides from launch.json (#3)
1 parent 720038b commit 69836af

File tree

1 file changed

+2
-8
lines changed
  • bin/commands/generator/workspace/templates/processed/.vscode

1 file changed

+2
-8
lines changed

bin/commands/generator/workspace/templates/processed/.vscode/launch.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,13 @@
2525
"port": 9222,
2626
"request": "attach",
2727
"type": "chrome",
28-
"urlFilter": "http://localhost/*",
29-
"sourceMapPathOverrides": {
30-
"webpack://<%- workspace %>/*": "${workspaceFolder}/*"
31-
}
28+
"urlFilter": "http://localhost/*"
3229
},
3330
{
3431
"name": "Launch Chrome",
3532
"request": "launch",
3633
"type": "chrome",
37-
"url": "http://localhost:8080",
38-
"sourceMapPathOverrides": {
39-
"webpack://<%- workspace %>/*": "${workspaceFolder}/*"
40-
}
34+
"url": "http://localhost:8080"
4135
}
4236
]
4337
}

0 commit comments

Comments
 (0)