React: Choosing which project.json file to use based on an if/else statement

22 Views Asked by At

I have a react project that I want to A/B test, but the two test groups require a different setup in my project.json file. Is it possible to set up my project to programmatically pick which project.json setup it uses?

I know the JSON files themselves cannot contain if/else statements, and I don't see any place in my project where you can specify which project.json file to use.

0

There are 0 best solutions below