diff --git a/client/env.js b/client/env.js index cf7b349..4f9c998 100644 --- a/client/env.js +++ b/client/env.js @@ -49,7 +49,7 @@ exports.getClientEnvironment = function getClientEnvironment(env, publicUrl) { }, { // Useful for determining whether we’re running in production mode. // Most importantly, it switches React into the correct mode. - NODE_ENV: process.env.NODE_ENV || env, + NODE_ENV: env, // Useful for resolving the correct path to static assets in `public`. // For example, . // This should only be used as an escape hatch. Normally you would put