Skip to content

Commit 336fd8d

Browse files
authored
Merge branch 'main' into perf/snapshot-runner
2 parents 8b99b0f + 341cce0 commit 336fd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ After the migration:
117117

118118
- Confirm `vite` imports were rewritten to `vite-plus` where needed
119119
- Confirm `vitest` imports were rewritten to `vite-plus/test` (and `@vitest/browser*` to `vite-plus/test/browser*`) where needed
120-
- Remove old `vite`, `vitest`, and `@vitest/browser*` dependencies only after those rewrites are confirmed — `vite-plus` ships them as direct deps
120+
- On pnpm, keep the `vite`, `vitest` dependency entries configured by `vp migrate` so the workspace aliases and overrides stay effective; with other package managers, you can remove them once those rewrites are confirmed
121121
- Move remaining tool-specific config into the appropriate blocks in `vite.config.ts`
122122

123123
Command mapping to keep in mind:

0 commit comments

Comments
 (0)