23 lines
657 B
JSON
23 lines
657 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Hosted workbench",
|
||
|
"type": "pwa-chrome",
|
||
|
"request": "launch",
|
||
|
"url": "https://enter-your-SharePoint-site/_layouts/workbench.aspx",
|
||
|
"webRoot": "${workspaceRoot}",
|
||
|
"sourceMaps": true,
|
||
|
"sourceMapPathOverrides": {
|
||
|
"webpack:///.././src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../../src/*": "${webRoot}/src/*",
|
||
|
"webpack:///../../../../../src/*": "${webRoot}/src/*"
|
||
|
},
|
||
|
"runtimeArgs": [
|
||
|
"--remote-debugging-port=9222",
|
||
|
"-incognito"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|