You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design-system/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ pnpm run design-system:check
61
61
62
62
The Design Lab development entry uses source aliases for component HMR. Its production build consumes the public package exports, so authoring convenience cannot silently become the published contract.
63
63
64
+
Design Lab and Web UI also register `tooling/vite/watch-source.mjs` to watch
65
+
the aliased UI source directory outside their application roots. Source aliases
66
+
alone do not watch imported SVG assets: without this registration an icon edit
67
+
can leave the previous inline asset module cached until the dev server restarts.
0 commit comments