This repository was archived by the owner on Jul 6, 2025. It is now read-only.
v0.3.0-beta.19
- Add
deno.jsonafter 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
fastTransformin prod mode (fix esm-dev/esm.sh#181) - Fix exit code of
buildsubprocess - Don't render '/favicon.ico'
- Upgrade swc deps
- Upgrade esbuild to 0.13.2