Je Xia
Je Xia
> Then I guess there currently is a bug in the esm.sh server because requesting https://esm.sh/stable/[email protected] is returning https://esm.sh/v117/[email protected]/src/index.d.ts in the X-TypeScript-Types header. yes, the types should be fixed as...
in v119, types of _stable_ build are going to be fixed as `STABLE_VERSION`
let's open it, I will look into it thanks 🙏
@bryiac i will check
v130 should fix
currently we don't use conditionals of esbuild, since **solid-js/web** `server.js` doesn't export `template`, you can set the target to `es2020` to force using `web.js` instead of `server.js of **solid-js/web** if...
~~oh i think this is a solid-js bug~~
for `deno` target, the server will build the module with the `./web/dist/server.js` to support SSR, check https://github.com/solidjs/solid/blob/695d99b6fbc1f55c91aed0600b0c1f13e4ee426c/packages/solid/package.json#LL180C16-L180C16
seems you give too many options that will generate a long path which can not be handled by the os, we have plan to improve this with hash path. ```...
> 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. i think...