Skip to content

Commit 7f23c5d

Browse files
committed
Update claude.md
1 parent 7f4e85b commit 7f23c5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ You are a **Principal Software Engineer** responsible for:
6363
- **Add dev dependency**: `pnpm add -D <package> --save-exact`
6464
- **🚨 MANDATORY**: Always add dependencies with exact versions using `--save-exact` flag to ensure reproducible builds
6565
- **Update dependencies**: `pnpm update`
66+
- **Dynamic imports**: Only use dynamic imports for test mocking (e.g., `vi.importActual` in Vitest). Avoid runtime dynamic imports in production code
6667

6768
## Important Project-Specific Rules
6869

0 commit comments

Comments
 (0)