GianPierre Gálvez
GianPierre Gálvez

Reputation: 827

Ionic Vue ( ionic serve /ionic build mode production with .env )

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

Upvotes: 1

Views: 1458

Answers (1)

rekam
rekam

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

Related Questions