Hello Readers
Working on a project where i need to build project module wise
Let me give you example like i have 3 module :
- Customer
- Recruiter
- Admin
So when i build project , every build should contain files related to specific module, not combind
If i build project so there should be specific build folder for Admin , and different for Customer and Recruiter
So that i can host it to different place
I need solution specifically for React if possible
I have gone through few posts, but could not be able to find appropriate solution
Thanks