Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add envify transform to scheduler package (#13766)
This package uses `process.env.NODE_ENV` but does not transform its usage during bundling like the rest of the React libraries do. This causes issues when `process` is not defined globally.
- Loading branch information