-
Importing JSON files as modules causes a deno-ts error:
```js
import classes from "~/data/classes/classes.json";
```
```
Module '~/data/classes/classes.json' was resolved to 'file:///workspac…
-
## Case
I knew that [Deno 1.16 supports new JSX transforms](https://deno.com/blog/v1.16#support-for-new-jsx-transforms), and have tried it with https://esm.sh/react.
Minimum code:
```tsx
const …
-
I am using `?pin=v57`, but `v55` is being used.
```
/m/s/P/g/l/deno-gfm ❯❯❯ curl -i "https://esm.sh/sanitize-html@2.5.2?pin=v57"
HTTP/2 200
date: Thu, 04 Nov 2021 20:41:42 GMT
content-type: ap…
-
| Framework | [Aleph.js ](https://alephjs.org/) | [Next.js](https://nextjs.org/)/[Nuxt.js ](https://nuxtjs.org/) | [Gatsby.js](https://www.gatsbyjs.com/)/[Gridsome ](https://gridsome.org/) | [Sapper](…
-
in fact I don't see in alephjs doc how to extract headers from incoming request
-
Add tailwindcss, then add a class. This class is applied in SSR but not SSG.
Repo: https://github.com/FallingSnow/alephjs-issue
Code:
```js
logo
```
SSG:
![Screenshot from 2021-02-05 …
-
-
tried
```
"react": "https://esm.sh/react@18.0.0-alpha-5fa4d79b0-20211008?dev",
"react-dom": "https://esm.sh/react-dom@18.0.0-alpha-5fa4d79b0-20211008?dev",
```
or
```
"react": "https://es…
dfang updated
3 years ago
-
I use packup v0.1.10 cli for running
https://github.com/KyleJune/deno-tailwind-ui-react-example
packup build index.html
show messages but don't really build
-
I'm using GitHub Actions to build my Aleph app to a SSG and deploy it to GitHub pages. However, the build phase is failing due to broken imports that change from run to run - already seen react-dom, r…