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
I know that I just split out the code into multiple modules and repositories in #53, however, it's already becoming challenging for maintaining versioning and collaboration. While we still only have a few modules, I'd like to take the opportunity to converge into a monorepo. That way, I can perhaps ignore the loss of git history (which I already did accidentally in the initial split 😞).
I'll be looking at using something like Lerna to make it easier to publish etc. I was waiting for it to be adopted more and thoroughly tested, and babel has been using it for some time now. The packages will remain the same, they'll just all fall under this repository (again).
This should not involve a breaking change so can be done in a minor release. I'll add more info to this issue as my investigation begins.
The text was updated successfully, but these errors were encountered:
This is going to happen. I made my first monorepo using Lerna for another project that converts SVGs to other formats and it works brilliantly. It will make publishing and maintenance much easier with a single repository.
I know that I just split out the code into multiple modules and repositories in #53, however, it's already becoming challenging for maintaining versioning and collaboration. While we still only have a few modules, I'd like to take the opportunity to converge into a monorepo. That way, I can perhaps ignore the loss of git history (which I already did accidentally in the initial split 😞).
I'll be looking at using something like Lerna to make it easier to publish etc. I was waiting for it to be adopted more and thoroughly tested, and babel has been using it for some time now. The packages will remain the same, they'll just all fall under this repository (again).
This should not involve a breaking change so can be done in a minor release. I'll add more info to this issue as my investigation begins.
The text was updated successfully, but these errors were encountered: