Replies: 1 comment
-
Does |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am building an app where some environment variables will defer between local and production environments and I'd like to access those environment variables through JS.
Have you got any idea on how to do so? It seems
process.env
is not available in my JS.I also tried to add the following in my webpack.mix.js file with no success:
Thanks in advance for your help :)
Beta Was this translation helpful? Give feedback.
All reactions