Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

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

Open
rayou opened this issue Apr 25, 2018 · 0 comments

Comments

@rayou
Copy link

rayou commented Apr 25, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant