in src/licenseUtils.js [53:59]
licenseText: getLicenseContents(dependencyPath)
};
};
const getLicenseInformationForCompilation = (compilation, filter) => {
const fileDependencies = Array.from(compilation.fileDependencies);
return fileDependencies.reduce((memo, dependencyPath) => {