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
Caution: on Windows, there are default environment variable names that contain ( character, such as ProgramFiles(x86).
If they are defined as part of options by default, it will cause error on this line:
I think it'd make sense to define everything in
process.env
by default, so instead ofone can do a more standard
Variables defined in
options
should overwrite bare variables likeNODE_ENV
butprocess.env
should always reflect the actual environment.I imagine this would allow to integrate the loader with default options in most cases.
The text was updated successfully, but these errors were encountered: