Skip to content

Instantly share code, notes, and snippets.

@spjutbjorn
Created September 21, 2018 23:17
Show Gist options
  • Select an option

  • Save spjutbjorn/4b82de87def07760cfec6ff5357d67e8 to your computer and use it in GitHub Desktop.

Select an option

Save spjutbjorn/4b82de87def07760cfec6ff5357d67e8 to your computer and use it in GitHub Desktop.
Debugging create react app in chrome
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment