parcel-bundler / parcel

The zero configuration build tool for the web. πŸ“¦πŸš€

Home Page:https://parceljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cekvenich2 opened this issue Β· 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