36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [{
|
||
|
"name": "Local workbench",
|
||
|
"type": "chrome",
|
||
|
"request": "launch",
|
||
|
"url": "https://localhost:4321/temp/workbench.html",
|
||
|
"webRoot": "${workspaceRoot}",
|
||
|
"sourceMaps": true,
|
||
|
"sourceMapPathOverrides": {
|
||
|
"webpack:///../../../src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../../src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../../../src/*": "${webRoot}/src/*"
|
||
|
},
|
||
|
"runtimeArgs": [
|
||
|
"--remote-debugging-port=9222"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "Hosted workbench",
|
||
|
"type": "chrome",
|
||
|
"request": "launch",
|
||
|
"url": "https://skybow.sharepoint.com/sites/test_dwy/_layouts/15/workbench.aspx",
|
||
|
"webRoot": "${workspaceRoot}",
|
||
|
"sourceMaps": true,
|
||
|
"sourceMapPathOverrides": {
|
||
|
"webpack:///../../../src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../../src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../../../src/*": "${webRoot}/src/*"
|
||
|
},
|
||
|
"runtimeArgs": [
|
||
|
"--remote-debugging-port=9222"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|