parcel-bundler/parcel

v2: can't import modules from a CDN: ๐Ÿšจ @parcel/core: Unknown pipeline: https.

cekvenich2 opened this issue ยท 2 comments

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 )

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

Duplicate of #4148