Configure React development flag, inherit NODE_ENV from execution context (#4972)
### Description
This PR allows Turbopack users to configure the `development` flag from
the SWC React transform. This is used in
https://github.com/vercel/next.js/pull/49852.
This PR also makes the Node.js evaluation asset context inherit its
NODE_ENV from the execution context.
### Testing Instructions
N/A