UNPKG

webpack-license-plugin

Version:

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

9 lines (8 loc) 254 B
export default interface IWebpackChunkModule { resource?: string rootModule?: { resource?: string } originModule?: { resource?: string } fileDependencies?: string[] dependencies?: IWebpackChunkModule[] _parentModule?: { resource?: string } }