Skip to content
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

Use Optional Chaining to globalThis.process.env.NODE_ENV Retrieval #4019

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 12, 2024

  1. Use optional chaining when retrieving NODE_ENV

    this will fix the issue where globalThis.process.env is undefined and it is still trying to retrieve NODE_ENV
    johnfabre authored and John Erwin Fabre committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dd99b7e View commit details
    Browse the repository at this point in the history