Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not depend on node based modules in browser environments
Webpack defines the global "process" variable so just checking for that is not enough to check the environment. Add check for process.browser to make it strong. Fixes #57
- Loading branch information