mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
chore(debug): no need sourceMapPathOverrides anymore (#11726)
This commit is contained in:
5
.vscode/launch.template.json
vendored
5
.vscode/launch.template.json
vendored
@@ -29,10 +29,7 @@
|
|||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug AFFiNE Web",
|
"name": "Debug AFFiNE Web",
|
||||||
"url": "http://localhost:8080",
|
"url": "http://localhost:8080"
|
||||||
"sourceMapPathOverrides": {
|
|
||||||
"webpack://affine/blocksuite/*": "${workspaceFolder}/blocksuite/*"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user