-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
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
Configuration Resolver: figure out process.env behaviour #72075
Comments
Yes, always use |
For more detail, until |
It also seems that |
Ok, this is unrelated to process.env vs |
It looks like #72029 was triggered by using
IWindowConfiguration.userEnv
instead ofprocess.env
which I did accidentally by my refactorings to bring the configuration resolver service into browser namespace.@jrieken @joaomoreno can you remind me again when to use
process.env
vsprocess.lazyEnv
? Shouldprocess.env
never be used?My theory is that the resolver service was accessing
IWindowConfiguration.userEnv
early enough before the process environment was fully resolved.//cc @alexr00
The text was updated successfully, but these errors were encountered: