UNPKG

@alloc/html-bundle

Version:

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

8 lines (7 loc) 202 B
#!/usr/bin/env node import { WebExtension } from '../config.mjs'; export interface Flags { watch?: boolean; critical?: boolean; webext?: WebExtension.RunTarget | WebExtension.RunTarget[]; }