Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

bundling with gulp. "operators" not found #1525

Open RJ0829 opened 6 years ago

RJ0829 commented 6 years ago

i am bundling rxjs using systemjs and gulp. it is working ok before. but recently when i updated rxjs library i encouter an error bundling rxjs

the error is "operators.js" is not found.

i have checked rxjs.js library and there is a new line of code that call "operators".

unlike with "operator" folder that has corresponding "operator.js" file.

there is "operators" folder but there is no corresponding js file, hence my error.

Any idea on this?

Thanks

RJ0829 commented 6 years ago

it seems like this is not only a bundle issue. when i run the code locally, i encounter an error where rxjs is looking for "operators.js"

RJ0829 commented 6 years ago

using version 5.4.3. and this is working ok. will use this for now

paulpdaniels commented 6 years ago

Note this repo is only for RxJS < 5.