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

Some bundlers fail to locate ./lib/index currently #17

Closed
benlesh opened this issue Jun 15, 2016 · 0 comments · Fixed by #19
Closed

Some bundlers fail to locate ./lib/index currently #17

benlesh opened this issue Jun 15, 2016 · 0 comments · Fixed by #19

Comments

@benlesh
Copy link
Owner

benlesh commented Jun 15, 2016

This was brought up here: ReactiveX/rxjs#1769 and also evidenced by a PR here ReactiveX/rxjs#1766

The problem seems to be that the index.js file in the root does require('./lib') and that tries to locate ./lib/lib.js with some bundlers. Switching to './lib/index' seems to solve the issue according to this comment: ReactiveX/rxjs#1769 (comment)

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

Successfully merging a pull request may close this issue.

1 participant