Skip to content

Commit

Permalink
build: fix source map when attach renderer in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Apr 11, 2022
1 parent 6b3dc96 commit c02353c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Development",
"program": "${workspaceFolder}/script/dev-server.js",
"outputCapture": "std",
},
{
"type": "node",
"request": "attach",
Expand All @@ -25,7 +18,7 @@
"showAsyncStacks": true,
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:///./*": "${workspaceRoot}/src/renderer/*"
"webpack:///*": "${workspaceRoot}/src/renderer/*"
}
}
]
Expand Down

0 comments on commit c02353c

Please sign in to comment.