UNPKG

@import-meta-env/unplugin

Version:

Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.

5 lines (4 loc) 123 B
import type { Compiler } from "webpack"; export declare class ImportMetaEnvPlugin { apply(compiler: Compiler): void; }