18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
|
|
|
|
{
|
|
"name": "Debug React App",
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"url": "http://localhost:3000",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMapPathOverrides": {
|
|
"webpack:///src/*": "${webRoot}/*"
|
|
}
|
|
}
|
|
]
|
|
} |