UNPKG

webpack-license-plugin

Version:

Extracts OSS license information of the npm packages in your webpack output

6 lines (4 loc) 131 B
import type * as webpack from 'webpack' export default interface IWebpackPlugin { apply: (compiler: webpack.Compiler) => void }