Created by: FezVrasta
I think this small addition would be very useful to make it easier to conditionally build profiling-enabled builds on CI environments.
Rather than having to redefine the installation script it's enough to set the PROFILE environment variable to true.
Basically, with this, I could have a .env.development with PROFILE=true to automatically make my development (not local) environment builds include the profiling build of React DOM