This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Description
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