gshigeto / ionic-environment-variables

Easy to use environment variables for Ionic3!
MIT License
276 stars 36 forks source link

Production env doesn't work with run livereload #35

Open fisches opened 5 years ago

fisches commented 5 years ago

Hello,

I'm facing a probleme when I run this command: ionic cordova run android --prod --livereload

It always use the development env and never use prod.

It works correctly with ionic cordova build android --prod

Can we do something about that ?

Thanks