We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In Chrome DevTools: Enable source maps
To find source code:
To debug JS from VSCode:
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "PLACES: Launch Chrome against localhost", "url": "http://localhost:8080/place?dcid=geoId/06", "webRoot": "${workspaceFolder}/dist", "sourceMaps": true, "sourceMapPathOverrides": { "webpack:///./*": "${workspaceRoot}/static/*" } } ] }
Note: You might have to disable the new JS Debugger to get this to work (disable Debug > Javascript: Use Preview)