Update VS Code debug configuration (#3400)

This commit is contained in:
Kenneth Auchenberg
2017-11-03 11:08:24 -07:00
committed by Dan Abramov
parent 74c523c461
commit 35fa70e924

View File

@@ -262,7 +262,6 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"userDataDir": "${workspaceRoot}/.vscode/chrome",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}