Skip to content
Snippets Groups Projects
Commit 660cdff0 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Include a summary of all licenses in the generated bundles

parent 339a5677
No related branches found
No related tags found
No related merge requests found
Pipeline #10960 passed
......@@ -229,6 +229,12 @@ export default {
}),
builtins(),
checkLicenses && license({
banner: `
License: <%= pkg.license %>
Dependencies:
<% _.forEach(dependencies, function (dependency) { if (dependency.name) { %>
<%= dependency.name %>: <%= dependency.license %><% }}) %>
`,
thirdParty: {
allow: {
test(dependency) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment