Reputation: 827
I would like to know how can I use .env.production mode with ionic serve or ionic build
Upvotes: 1
Views: 1458
Reputation: 1121
Old post, but for anyone interested, just do
ionic build -- --mode test
It works with snyc too
ionic cap sync -- --mode test
Upvotes: 1