Skip to main content
Module

x/lume/deps/esbuild.ts>build

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function build
import { build } from "https://deno.land/x/lume@v2.1.4/deps/esbuild.ts";

This function invokes the "esbuild" command-line tool for you. It returns a promise that either resolves with a "BuildResult" object or rejects with a "BuildFailure" object.

  • Works in node: yes
  • Works in browser: yes

Documentation: https://esbuild.github.io/api/#build

Parameters

options: SameShape<BuildOptions, T>