We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the blocker is that graceful-fs and fs-readfile-promise need to be ignored.
In webpack, this was achieved by using externals
According to this links, parcel should support this in package.json / browser parcel-bundler/parcel#200 https://github.com/defunctzombie/package-browser-field-spec
The other alternative is to ignore the files using babel alias (?!) parcel-bundler/parcel#144
The text was updated successfully, but these errors were encountered:
fs-readfile-promise is ignored in zulip/zulip-js@e3f7c4b
5de3ddd switches to zulip/zulip-js (git install)
presumably, 2.0.3 will be the npm version that can be switched to
Sorry, something went wrong.
use zulip-js@2.0.3
4d195b2
This fixes #23
e3e8ab8
Successfully merging a pull request may close this issue.
Currently the blocker is that graceful-fs and fs-readfile-promise need to be ignored.
In webpack, this was achieved by using externals
According to this links, parcel should support this in package.json / browser
parcel-bundler/parcel#200
https://github.com/defunctzombie/package-browser-field-spec
The other alternative is to ignore the files using babel alias (?!)
parcel-bundler/parcel#144
The text was updated successfully, but these errors were encountered: