1

I would like to know how can I use .env.production mode with ionic serve or ionic build

1 Answers1

1

Old post, but for anyone interested, just do

ionic build -- --mode test

It works with snyc too

ionic cap sync -- --mode test
rekam
  • 1,061
  • 3
  • 13
  • 31