-
### Current Behavior
https://github.com/pixijs/pixijs/issues/10300 is the closest existing issue I found.
With the ESM build, Pixi 8 won't render anything and doesn't define some variables (like `…
-
Skypack: https://cdn.skypack.dev/chalk@5.0.1
NPM: https://www.npmjs.com/package/chalk
```
/*
* [Package Error] "chalk@v5.0.1" could not be built.
*
* [1/5] Verifying package is valid…
…
-
This is the error skypack returns:
```js
/*
* [Package Error] "three@v0.138.3" could not be built.
*
* No build output found.
*
* How to fix:
* - If you believe this to be an error in…
-
Further to #120, I'm attempting to use:
```
{
"imports": {
"react-dom/server": "https://cdn.skypack.dev/react-dom/server?dts",
}
}
```
The error I am receiving:
```
err…
-
I tried importing `yargs` from https://cdn.skypack.dev/yargs, but I received the following response:
```
/*
* Skypack CDN - yargs@17.2.1
*
* Learn more:
* 📙 Package Documentation: https:…
-
**Update 2023-02-07:** A port for Deno is available at https://deno.land/x/comlink, when the `npm:` protocol is mature enough I will make it compatible with both Node and Deno (and Bun). My intention …
-
Given the following exports field in a library package.json:
```js
{
"exports": {
"./features/*": "./src/features/*"
}
}
```
The following link will work:
https://cdn.skypack.de…
-
Visiting https://cdn.skypack.dev/new/igniteui-webcomponents-core@v1.2.1/dist=es2020
results in a build error from skypack. I don't believe this should be the case.
-
I'm making a comparison of module CDNs.
I have a series of test pages for module CDNs:
- https://install.guide/test/esm-pinned.html
- https://install.guide/test/esm-unpinned.html
- https://ins…
-
Skypack can't bundle typescript (the npm package), but [unpkg.com/typescript](https://unpkg.com/typescript) can, which make me think this is a problem in the size of the typescript project, since, jsD…