Replies: 7 comments 1 reply
-
FWIW, the couple of projects I've migrated with the script both went well. I'd recommend that you do a git commit before hand, then run through the instructions in this discussion, and if anything goes wrong you can |
Beta Was this translation helpful? Give feedback.
-
The migration tool is really good, I would use it on any sized project. It does as much as it can on its own, and then forces you to walk through anything that may need special attention, which is great, way lowering your chance of breaking something. |
Beta Was this translation helpful? Give feedback.
-
I don't see any compelling reason not to use it on any project. Doing it manually seems a waste of time and energy. |
Beta Was this translation helpful? Give feedback.
-
Use the tool. |
Beta Was this translation helpful? Give feedback.
-
On one of my projects the script crashed halfway through my routes and I did the remaining half without the aid of the tool. It actually wasn't too bad after learning the pattern of what you have to do. This was my 2nd project that I migrated though, so going through it once already really helped me understand everything that needed to change. |
Beta Was this translation helpful? Give feedback.
-
The tool will regard your non-endpoint |
Beta Was this translation helpful? Give feedback.
-
One thing I wish the tool did was instead of add
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've a medium-size project and I'm wondering if I just should do the changes manually instead of running the svelte-migration script. However, running the script shouldn't mess anything up and if, I can still
git restore .
and this other git command which also removes newly added files...Beta Was this translation helpful? Give feedback.
All reactions