Import UMD Javascript Modules into Browser
问题 Hi I am doing some research on RxJS. I am able to use the library simply by referencing it in my browser as such: <script src="https://unpkg.com/@reactivex/rxjs@5.5.6/dist/global/Rx.js"></script> It imports with the global object namespace variable of 'Rx'. I can make observables and do all the fun stuff. Where everything breaks down is when I change the src to point to the latest UMD file like this <script src="https://unpkg.com/rxjs/bundles/rxjs.umd.js"></script> The import seems to not be