Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESM for browser #5413

Closed
BlackGlory opened this issue May 2, 2020 · 1 comment
Closed

ESM for browser #5413

BlackGlory opened this issue May 2, 2020 · 1 comment

Comments

@BlackGlory
Copy link

BlackGlory commented May 2, 2020

Feature Request

The esm files cannot be used in the browser.

as follows:

import('https://unpkg.com/rxjs@6.5.5/_esm5/index.js')
// TypeError: Failed to resolve module specifier "tslib". Relative references must start with either "/", "./", or "../".

import('https://unpkg.com/rxjs@7.0.0-beta.0/dist/esm/index.js')
// TypeError: Failed to resolve module specifier "tslib". Relative references must start with either "/", "./", or "../".
@kwonoj
Copy link
Member

kwonoj commented May 2, 2020

#4416

@kwonoj kwonoj closed this as completed May 2, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jun 24, 2020
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

2 participants