Skip to main content
Module

x/esbuild_loader/mod.ts

A utility module for loading esbuild wasm into Deno runtime from the disk
Latest
import * as esbuildLoader from "https://deno.land/x/esbuild_loader@v0.12.8/mod.ts";

Functions

Loads the esbuild from the given path in a local machine, and returns builder interface which has build method that performs esbuild building or bundling.