Skip to main content
Module

x/lume/plugins/esbuild.ts>EsmOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface EsmOptions
import { type EsmOptions } from "https://deno.land/x/lume@v2.1.2/plugins/esbuild.ts";

Properties

optional
dev: boolean

To include the ?dev option to all packages

optional
cjsExports: Record<string, string[] | string>

Configure the cjs-exports option for each package

optional
deps: Record<string, string[] | string>

Configure the deps for each package