We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Could you please help to solve the issue with getting environment variable? I have tried to access via:
process.env.VARIABLE_NAME
but it seems that webpack is not configured to pass process variable, am I right? I am getting Can't find variable: process
process
Can't find variable: process
Also I have tried to pass environment variable using web pack with no luck:
new webpack.DefinePlugin({ 'process.env.API_BASE_URL': JSON.stringify('https://api.example.com'), })
The text was updated successfully, but these errors were encountered:
Hello. Let me think about correct way to pass user variables. It's a nice feature.
Sorry, something went wrong.
No branches or pull requests
Hello!
Could you please help to solve the issue with getting environment variable?
I have tried to access via:
but it seems that webpack is not configured to pass
process
variable, am I right? I am gettingCan't find variable: process
Also I have tried to pass environment variable using web pack with no luck:
The text was updated successfully, but these errors were encountered: