UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

10 lines (9 loc) 215 B
/** * inject dll script tag */ import { Compiler } from 'webpack'; export default class HtmlInjectedDllReferences { private name; constructor(name: string); apply(compiler: Compiler): void; }