UNPKG

license-webpack-plugin

Version:

Outputs licenses from 3rd party libraries to a file

5 lines (4 loc) 132 B
import { WebpackCompiler } from './WebpackCompiler'; export interface WebpackPlugin { apply(compiler: WebpackCompiler): void; }