-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gatsby): more reliable way to use prod versions of react/react-dom #29683
Conversation
back port of #29620 to v2 Fix #28138 (comment) Set `NODE_ENV` to `production` in the child worker that does the SSR in dev.
Windows tests are failing on the node version used 🤔 |
This seems fine, can you update snapshot (I think we already did this in master) |
Other backport PRs also had this test failing because of that snapshot so I would say if we want to update snapshot for that branch, let's do this separately |
snapshot fix @ #29697 |
Published in |
back port of #29620 to v2
Fix #28138 (comment)
Set
NODE_ENV
toproduction
in the child worker that does the SSR in dev.