-
We have a problem with the chartjs-plugin-datalabels imported from skypack.
Chart.js 3.5.1 was released on 18th August. https://www.skypack.dev/view/chart.js
Plugin-Datalabels 2.0.0 was released…
-
Hey @FredKSchott :wink:
## Context
I'm trying to use my components library via Skypack (and/or Pika CDN) and I have some errors:
* The repo is here: https://github.com/CleverCloud/clever-comp…
-
Normally, you can import libraries inside JS using the import syntax:
```js
import confetti from 'https://cdn.skypack.dev/canvas-confetti'
import { html, render, useEffect } from "https://cdn.jsdel…
fonsp updated
2 years ago
-
PhotoSwipe v5.2.7 javascript module could not be built in Skypack with the following error:
-
Hi, I am using dayjs from skypack CDN using `https://cdn.skypack.dev/dayjs`. It seems like there is something wrong in build as I am getting `dayjs@v1.11.1" could not be built.` error. Could you pleas…
-
I got this error page when running [https://cdn.skypack.dev/node-tesseract](https://cdn.skypack.dev/node-tesseract) :
[https://cdn.skypack.dev/error/node:node:child_process?from=node-tesseract:14:7…
-
I have some projects pack with vite(relies on rollup). I'm trying to define some shared lib such as react/react-dom/antd-mobile as rollup externals
my output index.html:
```
import React from "…
-
When pushing some assets alongside my library, it seems that PNG images are not reachable, we get a redirection (which seems normal) but a display that the file contains errors.
- Original URL: htt…
-
I'm trying to get `preact-router` working through skypack cdn, but importing `preact-router/match` fails.
#### Import
```js
import("//cdn.skypack.dev/preact-router@^3.2.1/match");
```
#### Re…
-
The file `index.mjs` is trying to import `index.js`. `index.js` has no exports so you get a `SyntaxError`.
Any chance of publishing a valid ES module version of chai? There are of course alternativ…