Skip to content

Instantly share code, notes, and snippets.

@jay-hankins
Created November 17, 2017 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jay-hankins/eeb89e81a23cedccaa34d3672042571f to your computer and use it in GitHub Desktop.
Save jay-hankins/eeb89e81a23cedccaa34d3672042571f to your computer and use it in GitHub Desktop.
{
"version": "0.0.1",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/src"
},
{
"name": "Firefox",
"sourceMaps": "client",
"type": "firefox",
"request": "launch",
// "reAttach": true,
"url": "http://localhost:3000/",
"webRoot": "${workspaceFolder}/src",
"pathMappings": [
{
"url": "webpack:///",
"path": "${workspaceFolder}/"
}
],
"log": {
"consoleLevel": {
"PathConversion": "Info",
"default": "Error"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment