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
If I have a global NODE_ENV=development variable defined the app thinks it is in development mode. As a result, it attempts to load the wrong entry file and explodes on open.
Describe the Bug
If I have a global
NODE_ENV=development
variable defined the app thinks it is in development mode. As a result, it attempts to load the wrong entry file and explodes on open.Cf. zeebe-io/zeebe-modeler#73 for downstream bug.
Steps to Reproduce
NODE_ENV=development
Expected Behavior
NODE_ENV
is ignored in production app.Environment
v3.0.1
The text was updated successfully, but these errors were encountered: