**RxJS version:** 5.4.3 **Code to reproduce:** ```html <script type="module"> import * as Rx from './node_modules/rxjs/Rx.js' </script> ``` **Expected behavior:** There should be a way to load RxJS via native JS module **Actual behavior:** Can't access Rx when using JS modules (error: `require` is not defined)