UNPKG

htmelt

Version:

Bundle your HTML assets with Esbuild and LightningCSS. Custom plugins, HMR platform, and more.

11 lines (10 loc) 296 B
// src/index.mts async function bundle(flags = {}) { const { loadBundleConfig } = await import("./config-VWIFDGC4.mjs"); const { bundle: bundle2 } = await import("./bundle-DCMIASMH.mjs"); const config = await loadBundleConfig(flags); return bundle2(config, flags); } export { bundle };