Skip to content

Commit 90b6edb

Browse files
committed
update snap test diffs
1 parent 2d80e1c commit 90b6edb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ After merging, delete `tsdown.config.ts`. See the [Pack guide](/guide/pack) for
124124

125125
## lint-staged
126126

127-
Vite+ replaces lint-staged with its own `staged` block in `vite.config.ts`. Only the `staged` config format is supported — standalone `.lintstagedrc`, `lint-staged.config.*`, or `package.json` `lint-staged` fields are not migrated automatically.
127+
Vite+ replaces lint-staged with its own `staged` block in `vite.config.ts`. Only the `staged` config format is supported — standalone `.lintstagedrc` in non-JSON format and `lint-staged.config.*` are not migrated automatically.
128128

129129
Move your lint-staged rules into the `staged` block:
130130

packages/cli/snap-tests-global/migration-from-tsdown/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VITE+ - The Unified Toolchain for the Web
55
• Node <semver> pnpm <semver>
66
• 3 config updates applied, 1 file had imports rewritten
77
→ Manual follow-up:
8-
- Please manually merge tsdown.config.ts into vite.config.ts, see https://viteplus.dev/migration/#tsdown
8+
- Please manually merge tsdown.config.ts into vite.config.ts, see https://viteplus.dev/guide/migrate#tsdown
99

1010
> cat tsdown.config.ts # check tsdown.config.ts
1111
import { defineConfig } from 'vite-plus/pack';

0 commit comments

Comments
 (0)