Updates component explorer & adopts rspack for fixture serving (#306484)

This commit is contained in:
Henning Dieterichs
2026-04-01 05:25:14 +02:00
committed by GitHub
parent eac55d867e
commit b533ee4b6e
19 changed files with 4770 additions and 3868 deletions

8
.vscode/launch.json vendored
View File

@@ -675,8 +675,8 @@
"name": "Component Explorer (Edge)",
"type": "msedge",
"request": "launch",
"url": "${taskVar:componentExplorerUrl}",
"preLaunchTask": "Launch Component Explorer",
"url": "http://localhost:5337/__explorer",
"preLaunchTask": "Component Explorer Server",
"presentation": {
"group": "1_component_explorer",
"order": 4
@@ -686,8 +686,8 @@
"name": "Component Explorer (Chrome)",
"type": "chrome",
"request": "launch",
"url": "${taskVar:componentExplorerUrl}",
"preLaunchTask": "Launch Component Explorer",
"url": "http://localhost:5337/__explorer",
"preLaunchTask": "Component Explorer Server",
"presentation": {
"group": "1_component_explorer",
"order": 4