virtual-core doesn't load in browser due to expecting process.env.NODE_ENV
I'm trying this library out in vanilla JS and getting an error due to the library checking process.env.NODE_ENV in several spots. Could this be checked safely so it doesn't blow up in browsers?