Created
October 14, 2021 13:25
-
-
Save ismailkarsli/f0b14cdb0948843616b50f42010669f0 to your computer and use it in GitHub Desktop.
Vue için Chrome debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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