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

v2: can't import modules from a CDN: 🚨 @parcel/core: Unknown pipeline: https. #6814

Closed
cekvenich2 opened this issue Aug 29, 2021 · 2 comments

Comments

@cekvenich2
Copy link

cekvenich2 commented Aug 29, 2021

eg. import { createCustomElement } from 'https://cdn.skypack.dev/ficusjs@3/custom-element'

gives error: can't import modules from a CDN: 🚨 @parcel/core: Unknown pipeline: https

We have to be able to import modules from a CDN (eg https://www.jsdelivr.com/esm )

@DeMoorJasper
Copy link
Member

DeMoorJasper commented Aug 30, 2021

We currently do not support this, this is a feature we're definitely planning to support at some point post-rc.

You can probably already start working on this by modifying the resolver

@mischnic
Copy link
Member

Duplicate of #4148

@mischnic mischnic marked this as a duplicate of #4148 Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants