Skip to content

Instantly share code, notes, and snippets.

@ismailkarsli
Created October 14, 2021 13:25
Show Gist options
  • Save ismailkarsli/f0b14cdb0948843616b50f42010669f0 to your computer and use it in GitHub Desktop.
Save ismailkarsli/f0b14cdb0948843616b50f42010669f0 to your computer and use it in GitHub Desktop.
Vue için Chrome debug
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "attach",
"name": "Chrome debug",
"urlFilter": "http://localhost:8080/*",
"port": 9222,
"webRoot": "${workspaceFolder}/src",
"breakOnLoad": true,
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment