-
-
Now that `@tinyhttp/router` v1.0.5+ no longer depends on `http` module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in …
-
Steps to reproduce:
```html
import ReactMarkdown from 'https://cdn.skypack.dev/react-markdown'
console.log(ReactMarkdown)
```
Yields:
https://cdn.skypack.dev/error/build:micromar…
-
Skypack is mainly a CDN to get npm modules to work without build process, also in Deno. This helps foster the Deno ecosystem and increase adoption.
However, suppose I have a native Deno module, I c…
-
Created from https://github.com/snowpackjs/skypack-cdn/issues/76#issuecomment-731099327
When a file has both named exports and a default export, only the default export is resolved.
### Steps to…
-
I have a project where I have used react-linkify successfully for several years. I'm currently upgrading this project to ESM (i.e. I'm putting "type": "module" into my own package.json file). I got mo…
-
**Describe the bug**
I got minor deploy happen automatic in my Deno infra and function stopped to work, on runtime only, build pass.
**Expected behavior**
The package should build like :
…
-
Trying to get [archive-promise](https://www.skypack.dev/view/archiver-promise) package in `deno`, getting:
```
Error: Unable to resolve media type for specifier:
"https://cdn.skypack.dev/-/archive…
-
Hi from your example in [https://react-move-docs.netlify.app/demos/simple](https://react-move-docs.netlify.app/demos/simple)
The first animate in that page, it's toggle the x value to either 200 o…
-
Hi, I'm having some trouble importing from skypack.dev, where a destructuring import is apparently being converted a default import which is null.
# Steps to reproduce
test.html:
```
…