You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
I've been attempting to include env variables from .env.dev using this section of the README. However I get the error ReferenceError: process is not defined when viewing my app in a browser.
Steps to reproduce:
I created a repo, so you can see the commits:
Short description of the problem:
I've been attempting to include env variables from
.env.dev
using this section of the README. However I get the errorReferenceError: process is not defined
when viewing my app in a browser.Steps to reproduce:
I created a repo, so you can see the commits:
https://github.com/josh-m-sharpe/env_vars
Pretty straight forward:
console.log(process.env.MY_VAR)
insrc/app/home/home.page.ts
Which @ionic/app-scripts version are you using?
4.0
The text was updated successfully, but these errors were encountered: