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: crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/migration_from_tsup/snapshots/migration_from_tsup_config_collision.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,12 @@ tsup configuration detected. Auto-migrating to tsdown...
18
18
Automatic tsup migration was skipped because these tsdown configs already exist:
19
19
tsdown.config.ts
20
20
21
-
Choose one of these manual migration methods:
22
-
1. Run `vp dlx tsdown-migrate` in the project root.
Copy file name to clipboardExpand all lines: crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/migration_from_tsup/snapshots/migration_from_tsup_custom_config.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,13 @@ Automatic tsup migration was skipped because these scripts use configs that cann
28
28
package.json#build -> configs/legacy.ts
29
29
package.json#irregular -> ././tsup.config.ts
30
30
31
-
Choose one of these manual migration methods:
32
-
1. Run `vp dlx tsdown-migrate` in the project root.
Copy file name to clipboardExpand all lines: crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/migration_from_tsup/snapshots/migration_from_tsup_inline_config.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,12 @@ tsup configuration detected. Auto-migrating to tsdown...
23
23
Automatic tsup migration was skipped because these inline tsup configs cannot be migrated automatically:
24
24
package.json#tsup
25
25
26
-
Choose one of these manual migration methods:
27
-
1. Run `vp dlx tsdown-migrate` in the project root.
Copy file name to clipboardExpand all lines: crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/migration_from_tsup/snapshots/migration_from_tsup_inline_config_collision.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,12 @@ tsup configuration detected. Auto-migrating to tsdown...
26
26
Automatic tsup migration was skipped because these tsdown configs already exist:
27
27
package.json#tsdown
28
28
29
-
Choose one of these manual migration methods:
30
-
1. Run `vp dlx tsdown-migrate` in the project root.
'Automatic tsup migration was skipped because these scripts use configs that cannot be migrated automatically:\n package.json#build -> configs/legacy.ts',
'Automatic tsup migration was skipped because these scripts use configs that cannot be migrated automatically:\n package.json#build -> ././tsup.config.ts',
'Automatic tsup migration was skipped because these scripts use configs that cannot be migrated automatically:\n package.json#buildJs -> tsup.config.js',
0 commit comments