ionic2-environment-variables
ionic2-environment-variables copied to clipboard
Demonstration on how to easily setup environment variables in Ionic 2
getting dev environment after running ionic serve --prod. C:\env\ionic2-environment-variables>**ionic serve --prod** [INFO] Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 - Ctrl+C to cancel [12:00:05] watch started ... [12:00:05]...
Hey, thanks for your tutorial at http://roblouie.com/article/296/ionic-2-environment-variables-the-best-way it helped me setting stage specific configurations in my app. I ported your code over to Ionic 3. Maybe you want to take...
@roblouie Any reason this won't work vs the actual serve process? We use the www file in production and this won't allow us to build to that. npm run-script build...
I have tried the example in your docs but it just throws an error so I tried setting NODE_ENV to qa explicitly but its the dev thats still called every...