Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: check for process #396

Merged
merged 1 commit into from Jul 16, 2019
Merged

fix: check for process #396

merged 1 commit into from Jul 16, 2019

Conversation

TrevorSundberg
Copy link

@TrevorSundberg TrevorSundberg commented Jun 15, 2019

Fixes this issue when running in the browser:

process.js:5 Uncaught ReferenceError: process is not defined
    at createProcess (process.js:5)
    at Object../node_modules/memfs/lib/process.js (process.js:32)
    at __webpack_require__ (bootstrap:19)
    at Object.<anonymous> (node.js:16)
    at Object../node_modules/memfs/lib/node.js (node.js:405)
    at __webpack_require__ (bootstrap:19)
    at Object../node_modules/memfs/lib/volume.js (volume.js:17)
    at __webpack_require__ (bootstrap:19)
    at Object../node_modules/memfs/lib/index.js (index.js:16)
    at __webpack_require__ (bootstrap:19)

Copy link
Owner

@streamich streamich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@streamich streamich merged commit 2314dad into streamich:master Jul 16, 2019
streamich pushed a commit that referenced this pull request Jul 16, 2019
## [2.15.5](v2.15.4...v2.15.5) (2019-07-16)

### Bug Fixes

* check for process ([8b9b00c](8b9b00c))
* check for process ([#396](#396)) ([2314dad](2314dad))
@streamich
Copy link
Owner

🎉 This PR is included in version 2.15.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants