Closed
Description
In server/index.js
, process.env.NODE_ENV
is forcefully set to production. This causes my app to try to load production plugins from .babelrc, even though I am trying to run in development mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment