-
Notifications
You must be signed in to change notification settings - Fork 183
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
if (process.env.NODE_ENV !== 'production') { #205
Comments
Is project still being actively maintained by the maintainers? There are a lot of outstanding issues and PRs that are not being addressed. |
@Acrontum-Carmichael |
Thanks for the tip @aiji42 👍 |
Although true @aiji42 - the size of this repo is significantly smaller that post-robot.. |
https://www.npmjs.com/package/penpal This guy seems to have a decent alternative - in the readme he give credit for inspiration to this lib. .min version is around 6kb so still reasonably lightweight @aiji42 |
https://www.npmjs.com/package/postmatex until the new devs want it back. open to anyone wanting to help keep it alive. all outstanding prs merged in and deps updated. |
What Is the issue?
There are many calls to the node
process
global which is not present in the browser.EG:
https://github.com/dollarshaveclub/postmate/blob/master/src/postmate.js#L128
I cannot see anything about this in the readme but of course it break when i try to run things.
The text was updated successfully, but these errors were encountered: