Hello
45f74ea seems to break running in a browser with node-browser-libs, since the process global is defined.
A bit like #7514, this works for me:
ENVIRONMENT_HAS_NODE = typeof process === 'object' && !process.browser && typeof require === 'function';
Thanks
Hello
45f74ea seems to break running in a browser with node-browser-libs, since the
processglobal is defined.A bit like #7514, this works for me:
ENVIRONMENT_HAS_NODE = typeof process === 'object' && !process.browser && typeof require === 'function';Thanks