For angular projects, you can create an environment.ts file and environment.prod.ts file to manage different values for dev and prod builds so that when building with --prod option, the environment.prod.ts file is used when importing environment.
This is not working for ionic 5 with react? Is there a way to achieve this with an Ionic 5 React project?
1 post - 1 participant