Skip to content

v0.3.0-beta.19

Compare
Choose a tag to compare
@ije ije released this 26 Sep 14:24
  • 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 esm-dev/esm.sh#181)
  • Fix exit code of build subprocess
  • Don't render '/favicon.ico'
  • Upgrade swc deps
  • Upgrade esbuild to 0.13.2