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: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ pnpm run build
17
17
pnpm run ssr
18
18
```
19
19
20
+
> Notice that the playground [import theme-doc from it's src](https://github.com/vitejs/vite-plugin-react-pages/blob/2b2c33aca69e76f89a52e16f27840106c8e56fdb/packages/playground/use-theme-doc/pages/themeDev.tsx#L4) so that we can get hmr when editing theme-doc's source files. This setup should only be used during theme development and it's not for package users.
21
+
20
22
## Debugging
21
23
22
24
To use breakpoints and explore code execution, you can use the ["Run and Debug"](https://code.visualstudio.com/docs/editor/debugging) feature from **VS Code**.
0 commit comments