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've trouble getting the envify/custom version working. The following code bundles without errors, but still contains process.env.NODE_ENV. Nothing has been replaced:
I've trouble getting the
envify/custom
version working. The following code bundles without errors, but still containsprocess.env.NODE_ENV
. Nothing has been replaced:The normal module however works fine.
Is there a difference between setting
process.env.NODE_ENV = 'production'
and passingNODE_ENV: 'production'
to the custom module?Node v6.7.0
envify v4.0.0
All tests are passing on my setup.
The text was updated successfully, but these errors were encountered: