Skip to content

Instantly share code, notes, and snippets.

@nojvek
Created March 15, 2017 21:22
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 nojvek/67d092984e23030acf348837dcb1915d to your computer and use it in GitHub Desktop.
Save nojvek/67d092984e23030acf348837dcb1915d to your computer and use it in GitHub Desktop.
VSCode webpack attach
{
"name": "Attach",
"type": "chrome",
"request": "attach",
"port": 9222,
"url": "https://mixpanel.com/*",
"webRoot": "${workspaceRoot}",
"diagnosticLogging": false,
"sourceMapPathOverrides": {
"webpack:///./~/*": "${workspaceRoot}/node_modules/*",
"webpack:///*": "${workspaceRoot}/*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment