visa-chart-components
visa-chart-components copied to clipboard
Initial Build of Pacakges for Monorepo Seems to Burn Down MacBook Air M1 Base Model
When I attempt to build the packages initially for the monorepo with the yarn dev --b
command, the computer becomes unresponsive. I'm wondering if this is specific to me, or if it does happen to others as well?! I know the note says that the initial build might take some time...
Thanks for the comment on this @davidkutas. Can you try reducing the concurrency of the build process and let me know if that helps. In package.json change the build script to concurrency 2 or 4 instead of 8, which is what it is set to.
I have not tried to build on an M1, but it does build on my old MacBook, if it struggles I reduce the concurrency to help the machine out a bit.
Let us know if that helps.
I changed the concurrency to 2, and the issue got resolved. Thank you.
Sounds good, we will try to add something to our docs to note this work around in an upcoming release.
Addressed in latest release (6.3.0)