v0.3.0-beta.19
版本发布时间: 2021-09-26 22:24:05
alephjs/aleph.js最新发布版本:1.0.0-alpha.47(2022-05-19 20:58:07)
- Add
deno.json
after init command with types that works in Deno and the browser (fix #405){ "compilerOptions": { "target": "esnext", "lib": [ "dom", "dom.iterable", "dom.asynciterable", "deno.ns", "deno.unstable" ] } }
- Use
fastTransform
in prod mode (fix https://github.com/alephjs/esm.sh/issues/181) - Fix exit code of
build
subprocess - Don't render '/favicon.ico'
- Upgrade swc deps
- Upgrade esbuild to 0.13.2