ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
161 stars 63 forks source link

Examples are not working due to RxJS bundle can't be found when using unpkg.com CDN. #315

Open rayou opened 6 years ago

rayou commented 6 years ago

Expect: https://unpkg.com/rxjs/bundles/Rx.min.js can be found when using unpkg.com CDN.

Actual: https://unpkg.com/rxjs/bundles/Rx.min.js can't be found.

Cause The release of RxJS 6.0.0 changed the file name convention from rxjs.min.js to rxjs.umd.min.js in /bundles folder, this would cause issue if someone is using the same url for RxJS bundles.

image