Skip to main content
Module

x/esbuild_serve/esbuild_plugin.ts>Options

Remove per project boilerplate of my most common setup of esbuild
Go to Latest
type alias Options
import { type Options } from "https://deno.land/x/esbuild_serve@0.3.1/esbuild_plugin.ts";
definition: { allowPrivateModules?: boolean; defaultToJavascriptIfNothingElseFound?: boolean; disableCache?: boolean; onCacheMiss?: (path: string) => void; onCacheHit?: (path: string) => void; }