UNPKG

@alloc/html-bundle

Version:

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

4 lines 172 B
import { EventEmitter } from 'events'; export const hmrClientEvents = new EventEmitter(); export const buildEvents = new EventEmitter(); //# sourceMappingURL=events.mjs.map