mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
git-subtree-dir: samples/react-ppw-html git-subtree-mainline: 120045d2876ddf4c69df0c76621ac26e2ae66070 git-subtree-split: 1d033d0348cda84f2cd1d524b4a853c997d1f767
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"
|
|
]
|
|
}
|
|
]
|
|
} |