Skip to content

Commit

Permalink
Update launch.json__if_webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 authored and 3cp committed Feb 22, 2022
1 parent 5ba64d9 commit 2ce43a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/.vscode/launch.json__if_webpack
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"webRoot": "${workspaceRoot}/src",
"userDataDir": "${workspaceRoot}/.chrome",
"sourceMapPathOverrides": {
"webpack:///./src/*": "${webRoot}/*"
"webpack://${workspaceFolderBasename}/./src/*": "${webRoot}/*"
}
}
]
}
}

0 comments on commit 2ce43a2

Please sign in to comment.