UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

13 lines (12 loc) 300 B
/** * inject enviroments to head script */ import { Compiler } from 'webpack'; export default class HtmlInjectedEnvrioments { private env; private namespace; constructor(env: { [key: string]: string; }, namespace: string); apply(compiler: Compiler): void; }