Skip to content

Commit

Permalink
Update VS Code debug configuration (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
auchenberg authored and gaearon committed Nov 3, 2017
1 parent 74c523c commit 35fa70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/template/README.md
Expand Up @@ -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}/*"
}
Expand Down

0 comments on commit 35fa70e

Please sign in to comment.