You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently support npm: protocol imports for importing directly from npm (via the jsDelivr CDN). But we could also support importing from your local node_modules with bare module specifiers, using rollup to build an ES module as needed.
We currently support
npm:protocol imports for importing directly from npm (via the jsDelivr CDN). But we could also support importing from your localnode_moduleswith bare module specifiers, using rollup to build an ES module as needed.