Can we create a single build of two react projects?
Author: haiderkhalil0000Created Aug 2, 2024Updated Aug 2, 2024
I've two react projects and craco is configured in both the projects. One project is has components and second project is using these components in the project. Both works fine in development mode. They also work fine when I build them and run their builds. But is there any possibility to create a single build of both the projects?
Thanks in advance.
Source: dilanx/craco