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

Import maps do not work within workers #7890

Closed
EliteScientist opened this issue Oct 8, 2020 · 1 comment
Closed

Import maps do not work within workers #7890

EliteScientist opened this issue Oct 8, 2020 · 1 comment
Labels
duplicate a duplicate of another issue

Comments

@EliteScientist
Copy link

Attempting to load any ts file into a worker where an import map is used fails within the worker. It results in a relative import path error.

We extensively use import maps in our project to keep it clean and prevent having a lot of relative paths "../../../" in our imports.

@kitsonk kitsonk added the duplicate a duplicate of another issue label Oct 9, 2020
@kitsonk
Copy link
Contributor

kitsonk commented Oct 9, 2020

Duplicate of #6675

Please ensure you search issue before opening new ones.

@kitsonk kitsonk closed this as completed Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants