-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow sub path migration or none at all
This adds two new prompts to the Svelte migration: - custom folder prompt (from multiselect); if selected you can specify what folders exactly to migrate. closes #390 - adds a way to skip migrating your components if you want to do it incrementally but still benefit from having your package.json and entry points migrated automatically
- Loading branch information
1 parent
4c3a504
commit 3c23967
Showing
2 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte-migrate': minor | ||
--- | ||
|
||
feat: allow sub path migration or none at all for Svelte 5 migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters