📅  最后修改于: 2022-03-11 15:00:15.499000             🧑  作者: Mango
Add the following to your launch.json file:
"resolveSourceMapLocations": [
"${workspaceFolder}/**",
"!**/node_modules/**"
]
Also change your type to "pwa-node"