ionic-environment-variables
ionic-environment-variables copied to clipboard
Production env doesn't work with run livereload
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