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
I see we have checks for node_env to be development or not, but process envs don't get packaged in (for example, I packaged with production NODE_ENV). Thoughts about this?
The text was updated successfully, but these errors were encountered:
That's why we only check process.env.process === 'development' for now. If eventually we have to check something like: process.env.process === 'production', we have to add some scripts into our build step.
It seems that you already find some good enough suggestions:
I see we have checks for node_env to be development or not, but process envs don't get packaged in (for example, I packaged with production NODE_ENV). Thoughts about this?
The text was updated successfully, but these errors were encountered: