Je Xia
Je Xia
after cleaning server cache dir, now it backs to normal
@Justinidlerz seems the `npm` dir use a lot of storage without clean phase, i am trying to switch to pnpm instead of yarn
let's pin the topic, currently this service can not work with node/bun even this `node` target exists. some information i can find: - nodejs supports http import experimentally ([link](https://nodejs.org/api/esm.html#https-and-http-imports)) but...
@renhiyama interested to contribute?
@renhiyama https://discord.gg/Xkn239au
this happens because esbuild doesn't support `with()` statement in ESM format
@jtiai please remove `.mjs` extension of your imports, we will fix this later ```ts import { GraphQLScalarType, ValueNode } from "https://esm.sh/[email protected]/type/index"; import { Kind } from "https://esm.sh/[email protected]/language/kinds"; ```
seems the server can not handle alias `react/jsx-runtime:preact/jsx-runtime` correctly, i will looking into it
For UI libraries like React and Vue, esm.sh uses a special build version `stable` to ensure single version of the library is used in the whole application, even you pin...