UNPKG

@alloc/html-bundle

Version:

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

18 lines (14 loc) 267 B
/// <reference path="node_modules/esbuild-plugin-import-glob/client.d.ts" /> interface ImportMeta { env: ImportMetaEnv } interface ImportMetaEnv { HMR_PORT: number DEV_URL: string DEV: boolean } declare const process: { env: { NODE_ENV: string } }